技术中心

This commit is contained in:
Vergil
2020-04-01 11:25:11 +08:00
parent fe24717ca6
commit 1e7803fe5a
3 changed files with 28 additions and 24 deletions

View File

@@ -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 = []