ludc
2024-10-29 cd512a7125859a6b2ef418a41b874ec92ad49070
Source/plt-web/plt-web-ui/src/views/authority/ui/typeAction/index.vue
@@ -217,7 +217,7 @@
      savePLTypeAction(params).then(res => {
        if(res.data.code == 200){
          this.$message.success(res.data.obj);
          this.getTableList();
        }
      })
    },