forked from github/dataease
fix: 校验数据源重复
This commit is contained in:
parent
10bab20b12
commit
f15caf7330
@ -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':
|
||||
|
Loading…
Reference in New Issue
Block a user