田源
2025-01-10 02edc6f5f8f127259ee2d40c0fb35e013aab3421
Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/uiDefine/rightRegion/bottomTable/index.vue
@@ -1009,6 +1009,10 @@
        row.SubUIObjType = row.showType;
        row.showType = "";
      }
      if (row.templateType === '5' && this.form.linkType && !this.form.showLinkAbs) {
        this.$message.error('请选择参照树设置');
        return loading();
      }
      const params = {
        ...row,
        tabPageOId: this.sourceData.plOId
@@ -1294,9 +1298,9 @@
              this.$message.success(res.data.obj);
              this.disabledBtn = true;
              this.getTabBtnTree();
              this.basicForm = {};
              this.paramsData = [];
              this.dialogLoading = false;
              this.$refs.form.resetFields();
            }
          }).catch(err => {
            this.dialogLoading = false;
@@ -1305,7 +1309,6 @@
          return false;
        }
        done();
        this.$refs.form.resetFields();
      });
    },