田源
2024-11-01 8c107924ebc49105fa81f13f972f1710b42c1503
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();
        }
      })
    },