石广澎
2023-12-12 fa3a13b43cdcd3bcc42abae4d9c0a67e48ebea41
admin-web/src/views/foundation/classification/index.vue
@@ -208,11 +208,7 @@
    initTreeData() {
      getTree().then((res) => {
        const content = res || [];
        // this.treeDataList.splice(0, this.treeDataList.length)
        this.treeDataList = content;
        // if (content.length > 0) {
        //   this.importSetting.fileSettings.data = {pid: content[0].id}
        // }
      });
    },
    updState(row) {
@@ -238,14 +234,11 @@
        })
        .then((res) => {
          this.$message.success('删除成功!');
          this.search();
          this.refreshData();
        })
        .catch(() => {});
    },
    showAdd() {
      // if (!this.editSetting.orgId) {
      //   this.$message.warning('请先选择左侧机构')
      // } else {
      if (this.p && this.p) {
        this.editSetting.pid = this.p.id;
      }
@@ -253,7 +246,6 @@
      this.editSetting.info = null;
      this.editSetting.title = '新增';
      this.editSetting.show = true;
      // }
    },
    showAudit(row) {
      this.editSetting.id = row.id;