技术中心

This commit is contained in:
bryan sun
2019-11-15 17:12:09 +08:00
parent a299d966f1
commit 0b2103e6ad
10 changed files with 203 additions and 193 deletions

View File

@@ -1122,7 +1122,6 @@ export default {
this.dialogFormVisible = false
},
submit() {
this.dialogFormVisible = false
for (let i = 0; i < this.array.length; i++) {
this.tableData.push({
货品名称: this.array[i].货品名称 ? this.array[i].货品名称 : '—' || '—',