管道基础大数据平台系统开发-【前端】-新系統界面
liupengpeng
2023-02-13 25aa698ba7e077c80ba115697aeadc12226ad48e
src/views/datamanage/catalogueManage.vue
@@ -537,7 +537,18 @@
      }
    },
    setDelNode() {
      this.remove(this.newNode, this.itemdetail)
      this.$confirm('此操作将永久删除该目录, 是否继续?', '提示', {
          confirmButtonText: '确定',
          cancelButtonText: '取消',
          type: 'warning'
        }).then(() => {
          this.remove(this.newNode, this.itemdetail)
        }).catch(() => {
          this.$message({
            type: 'info',
            message: '已取消删除'
          });
        });
    },
    setNewNode(res) {
      var id, lever, orderNum;