wangting
2025-01-03 e92a51c3ac9816ebc0bde0ec6dd07c8be6541816
Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/Aciton/components/dialog.vue
@@ -49,6 +49,11 @@
                  {{ row.plTypeType === 'business' ? '业务类型' : '链接类型' }}
                </el-tag>
              </template>
              <template slot="plImage" slot-scope="{row}">
                <span class="avue-icon">
                  <icon-show :name="row.plImage"></icon-show>
                </span>
              </template>
            </avue-crud>
          </div>
        </basic-container>
@@ -102,8 +107,8 @@
            search: true
          },
          {
            label: 'C/S类路径',
            prop: 'plCSClass',
            label: '图标',
            prop: 'plImage',
            search: true,
            searchLabelWidth:120,
            overHidden: true,
@@ -163,6 +168,7 @@
      this.dialog.loading = false;
      this.dialog.showDialog = false;
      this.$refs.tree.setCurrentKey(null);
      this.$emit('cancelAction',null);
    },
    submitDialog() {
      if (this.selectList.length==0) {
@@ -179,8 +185,9 @@
        this.$emit('updataAction', this.selectList[0]);
      }
      this.cancelDialog();
      this.dialog.loading = false;
      this.dialog.showDialog = false;
      this.$refs.tree.setCurrentKey(null);
    },
    // 左侧树请求
    getTreeList(status) {
@@ -240,7 +247,7 @@
          this.lastIndex = newIndex;
        },
        () => {
          this.selectList = [];
          this.selectList = [row];
        }
      );
    },