update
This commit is contained in:
parent
d3b3c8bc4e
commit
7e763d9ba2
@ -257,11 +257,12 @@ export default {
|
||||
return item.id === val
|
||||
})
|
||||
this.form.ruleConfig.ruleItemCode = item.itemCode
|
||||
this.form.ruleConfig.id = item.id
|
||||
},
|
||||
async sourceSelectChanged(val) {
|
||||
// this.inspectSourceId(val)
|
||||
// const tableNameOldList = []
|
||||
const tableNameOldList = await listSourceIdBytable(val).then(response => {
|
||||
const tableNameOldList = await listSourceIdBytable(val, this.form.ruleConfig.id).then(response => {
|
||||
const result = []
|
||||
for (let i = 0; i < response.data.length; i++) {
|
||||
const tableName = response.data[i].ruleTable
|
||||
|
Loading…
x
Reference in New Issue
Block a user