wangting
2024-12-05 5c2f48d14c7606405082a35dd9224983c86b74d5
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") {