fix: 校验数据源重复

This commit is contained in:
taojinlong 2022-01-23 15:08:42 +08:00
parent 10bab20b12
commit f15caf7330

View File

@ -355,6 +355,9 @@ export default {
this.tData.forEach(item => {
if(item.id === this.form.type){
item.children.forEach(child => {
if(this.formType === 'modify' && child.id===this.form.id){
return
}
let configuration = JSON.parse(child.configuration)
switch (this.form.type) {
case 'mysql':