提交 f15caf73 authored 作者: taojinlong's avatar taojinlong

fix: 校验数据源重复

上级 10bab20b
......@@ -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':
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论