This commit is contained in:
parent
b799dee5eb
commit
9b6d083888
File diff suppressed because one or more lines are too long
|
@ -519,10 +519,7 @@
|
||||||
dialogInventoryVisible: false,
|
dialogInventoryVisible: false,
|
||||||
inventoryTableData: [],
|
inventoryTableData: [],
|
||||||
clickedRowIndex: null, // 用于记录点击的行的索引
|
clickedRowIndex: null, // 用于记录点击的行的索引
|
||||||
<<<<<<< HEAD
|
|
||||||
materialTotalRows: 0,
|
materialTotalRows: 0,
|
||||||
=======
|
|
||||||
>>>>>>> df9601da10f7db0d8609eddc1505f4a6f7a1f427
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
@ -706,7 +703,7 @@
|
||||||
this.$set(this.materialData, this.clickedRowIndex, updatedRow);
|
this.$set(this.materialData, this.clickedRowIndex, updatedRow);
|
||||||
}
|
}
|
||||||
this.dialogInventoryVisible = false; // 打开选择盘具的 dialog
|
this.dialogInventoryVisible = false; // 打开选择盘具的 dialog
|
||||||
// 其他逻辑...23123123
|
// 其他逻辑...
|
||||||
},
|
},
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue