This commit is contained in:
gaochang 2023-12-28 10:06:02 +08:00
parent d3b3c8bc4e
commit 7e763d9ba2

View File

@ -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