ludc
2024-11-21 f73b93ad250ca4387b16aae224abc2c4c083f84f
Source/plt-web/plt-web-ui/src/views/systemModel/mangeModel/index.vue
@@ -253,7 +253,7 @@
                id: item.id,
                name: item.name,
                leaf: !item.hasChildren,
                icon: item.source || 'iconfont iconicon_work'
                icon: item.source || 'el-icon-s-home'
              }
            }))
          })
@@ -524,6 +524,7 @@
    upLoadClickHandler() {
      this.$refs.upload.visible = true;
    },
    handleRefreshTree(type) {
      //type:add\edit\del
      if (type == "del") {