已入库修改

duizhaopin_ui
13507605001 2 years ago
parent 781ba348fe
commit 583ba74f4e

@ -542,7 +542,7 @@ export default {
this.formVisible = false this.formVisible = false
this.bindToDBData = [] this.bindToDBData = []
for (let i = 0; i < obj.export_count; i++) { for (let i = 0; i < obj.export_count; i++) {
this.bindToDBData.push({ ...this.propsformdata, ...obj, 'status': false, 'index': i }) this.bindToDBData.push({ ...this.propsformdata, ...obj, 'status': true, 'index': i })
} }
this.client_id_input = obj.client_id this.client_id_input = obj.client_id
// //

Loading…
Cancel
Save