|
|
@ -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
|
|
|
|
// 自动选择第一行数据
|
|
|
|
// 自动选择第一行数据
|
|
|
|