田源
2024-01-16 8799858ec797f7e6618a4d56db3a649f80256976
Source/UBCS-WEB/src/components/Theme/ThemeClassifyTrees.vue
@@ -386,13 +386,14 @@
      BtmdialogVisible: false,
      SelectOption: [
        {
          value: 'name',
          label: '中文名称'
          value: 'id',
          label: '英文名称',
        },
        {
          value: 'id',
          label: '英文名称'
          value: 'name',
          label: '中文名称'
        }
      ],
      btmSelectOption: [
        {
@@ -1115,7 +1116,7 @@
    },
    //树点击事件
    async nodeClick(data) {
      getAuthButtonList({classifyId: data.oid}).then(res => {
      getAuthButtonList({classifyId: data.oid,code:'classifyTree',authType:'classify_auth'}).then(res => {
        this.btnAuthList = res.data.data;
      }).catch(error => {
        console.log(error)