This commit is contained in:
commit
b799dee5eb
|
@ -703,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
|
// 其他逻辑...
|
||||||
},
|
},
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
|
@ -519,7 +519,10 @@
|
||||||
dialogInventoryVisible: false,
|
dialogInventoryVisible: false,
|
||||||
inventoryTableData: [],
|
inventoryTableData: [],
|
||||||
clickedRowIndex: null, // 用于记录点击的行的索引
|
clickedRowIndex: null, // 用于记录点击的行的索引
|
||||||
|
<<<<<<< HEAD
|
||||||
materialTotalRows: 0,
|
materialTotalRows: 0,
|
||||||
|
=======
|
||||||
|
>>>>>>> df9601da10f7db0d8609eddc1505f4a6f7a1f427
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
|
Loading…
Reference in New Issue