Commit 56a360e3 authored by lanbaoming's avatar lanbaoming

2024-06-28-1提交

parent 99be49b9
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -2442,7 +2442,7 @@ export default {
);
this.calculationPrice();
},
getDictData,
//getDictData,
onTableMounted(e) {
// console.warn('onTableMounted', e)
},
......
......@@ -1043,10 +1043,10 @@ export default {
},
handleDeleteRow(index, val) {
if (val === 1) {
this.form1.table.splice(index, 1)
this.form1.table.splice(index, 1);
} else if (this.form.table.length > this.protectRowCount) {
this.form.table.splice(index, 1)
}
this.form.table.splice(index, 1);
}
},
handleAdd(val = 0) {
let cartonsNum = ''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment