update
This commit is contained in:
@@ -75,7 +75,6 @@ import { listRuleLevel, listRuleItem, addCheckRule, listSourceIdBytable } from '
|
||||
import { listDataSource } from '@/api/metadata/datasource'
|
||||
import { listDataTable } from '@/api/metadata/datatable'
|
||||
import { listDataColumn } from '@/api/metadata/datacolumn'
|
||||
import { listDataDictType } from '@/api/standard/datadict'
|
||||
import { Transfer } from 'element-ui'
|
||||
import 'element-ui/lib/theme-chalk/index.css'
|
||||
export default {
|
||||
@@ -201,11 +200,6 @@ export default {
|
||||
this.statusOptions = response.data
|
||||
}
|
||||
})
|
||||
listDataDictType().then(response => {
|
||||
if (response.success) {
|
||||
this.dictTypeOptions = response.data
|
||||
}
|
||||
})
|
||||
this.getRuleLevelList()
|
||||
this.getRuleItemList()
|
||||
this.getDataSourceList()
|
||||
@@ -296,8 +290,8 @@ export default {
|
||||
this.form.ruleColumn = ''
|
||||
this.form.ruleColumnComment = ''
|
||||
|
||||
console.log('tableNameOldList=', tableNameOldList)
|
||||
this.form.transferValue = tableNameOldList
|
||||
// console.log('tableNameOldList=', tableNameOldList)
|
||||
// this.form.transferValue = tableNameOldList
|
||||
}
|
||||
},
|
||||
// 根据来源数据获取已有表
|
||||
|
||||
Reference in New Issue
Block a user