wangting
2024-11-29 893ce756a697d6b2b8c13cbfa56119218d6894f4
Source/plt-web/plt-web-ui/src/views/authority/ui/typeAction/index.vue
@@ -73,7 +73,7 @@
      selectList: [],
      option: {
        ...basicOption,
        calcHeight: -50,
        calcHeight: -35,
        addBtn: false,
        editBtn: false,
        delBtn: false,
@@ -217,7 +217,7 @@
      savePLTypeAction(params).then(res => {
        if(res.data.code == 200){
          this.$message.success(res.data.obj);
          this.getTableList();
        }
      })
    },