石广澎
2023-12-12 fa3a13b43cdcd3bcc42abae4d9c0a67e48ebea41
admin-web/src/views/foundation/classification/index.vue
@@ -42,11 +42,10 @@
import items from './items';
import edit from './edit';
import * as finsystenant from '@/api/baseSetting/finsystenant';
import { getTree } from '@/api/foudation/classification';
import {getTree} from '@/api/foudation/classification';
import myImport from '@/views/components/myImport';
import { getBaseUrl } from '@/utils/base';
import { getType } from '@/api/system/dict/type';
import { getDicts } from '@/api/system/dict/data';
import {getBaseUrl} from '@/utils/base';
import {getDicts} from '@/api/system/dict/data';
export default {
  name: 'index',
@@ -115,9 +114,9 @@
        },
        // 列信息
        columns: [
          { title: '分类名称', field: 'categoryName', align: 'center' },
          { title: '类别', field: 'classification', align: 'left' },
          { title: '显示顺序', field: 'orderNumber', align: 'center', width: '80px' },
          { title: '分类名称', field: 'categoryName', align: 'left', minWidth: 140 },
          { title: '类别', field: 'classification', align: 'center', width: 100 },
          { title: '显示顺序', field: 'orderNumber', align: 'center', width: 100 },
          {
            field: 'states',
            title: '状态',
@@ -150,7 +149,7 @@
        // 操作信息
        operation: {
          show: true, // 显示操作列
          width: '150', // 列宽
          width: '160', // 列宽
          attr: [
            {
              title: '编辑',
@@ -208,14 +207,8 @@
    // 左侧树初始化
    initTreeData() {
      getTree().then((res) => {
        console.log(res, 'restree');
        console.log(this.importSetting, 'this.importSetting');
        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) {
@@ -241,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;
      }
@@ -256,7 +246,6 @@
      this.editSetting.info = null;
      this.editSetting.title = '新增';
      this.editSetting.show = true;
      // }
    },
    showAudit(row) {
      this.editSetting.id = row.id;
@@ -265,7 +254,6 @@
      this.editSetting.show = true;
    },
    nodeClick(param) {
      console.log(param, 'param');
      param = param || {};
      this.p = Object.assign(
        {},