田源
2024-10-25 0a9310e9dd5befd7f273ded52eb6c4df484542b7
整合代码
已修改2个文件
11 ■■■■■ 文件已修改
Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/formDefine/components/formDialog.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/uiDefine/rightRegion/bottomTable/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/formDefine/components/formDialog.vue
@@ -37,7 +37,7 @@
                 <p class="tableTopLabel">查询模板名称:</p>
                  <el-select v-model="form.itemQtName" placeholder="请选择查询模板" size="mini">
                    <el-option v-for="(item,index) in searchQtNameList" :key="index" :label="item.qtName"
                       :value="item.qtName"></el-option>
                               :value="item.qtName"></el-option>
                  </el-select>
                </span>
@@ -800,7 +800,7 @@
  },
  data() {
    return {
      searchQtNameList:[],
      searchQtNameList: [],
      customAttrRow: {},
      customAttrOption: {
        ...basicOption,
@@ -1044,8 +1044,10 @@
      const params = {
        text: data.text,
        oid: data.oid,
        itemType: 'text'
        itemType: 'text',
        itemName:data.data.name
      }
      console.log(data);
      const isDuplicate = this.formList.some(item => item.text === data.text);
      if (isDuplicate) {
@@ -1060,6 +1062,7 @@
      this.activeItem = item;
      this.activeItemIndex = index;
      this.form = {...item};
      console.log(item);
      // console.log(item,index);
      this.topForm.position = index += 1;
Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/uiDefine/rightRegion/bottomTable/index.vue
@@ -940,7 +940,7 @@
    // 模板类型为树表
    templateTypeTreeTable(val) {
      if (!val) return;
      this.updateDisplay(val, ['showType', 'templateId', 'queryTemplateName', 'expandCols', 'zkfs']);
      this.updateDisplay(val, ['showType', 'templateId', 'queryTemplateName', 'expandCols', 'expandMode']);
    },
    // 模板类型为表单