update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user