技术中心
This commit is contained in:
@@ -133,7 +133,7 @@
|
||||
</div>
|
||||
</el-card>
|
||||
</el-col>
|
||||
<el-col style="width: 39%">
|
||||
<el-col style="width: 40%">
|
||||
<el-card>
|
||||
<el-table
|
||||
:data="tableData10"
|
||||
@@ -635,6 +635,10 @@ export default {
|
||||
const groupIndex = this.machineNames.indexOf(this.machineValue)
|
||||
this.machineNames.splice(groupIndex, 1)
|
||||
}
|
||||
this.machineValue = ''
|
||||
this.groupValue = ''
|
||||
this.machineName = ''
|
||||
this.machineNum = ''
|
||||
this.$message.success(`传递成功`)
|
||||
this.tableDataAll = []
|
||||
this.tableData = []
|
||||
|
||||
Reference in New Issue
Block a user