Commit e6de5678 authored by Marcus's avatar Marcus

入仓补充、入仓修改功能完善 入仓追加不可修改

https://zentao.test.jdshangmen.com/bug-view-2710.html
parent 206319da
......@@ -614,7 +614,7 @@ export default {
}
})
if (this.isAdd) {
if (!this.edit){
let protectRowCount = -1
this.protectRowCount = this.form.table.map(e => {
if (e.id){
......@@ -622,9 +622,6 @@ export default {
}
})
this.protectRowCount = protectRowCount
}
if (!this.edit){
this.handleAdd()
this.handleAdd(1)
}
......
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