ludc
2024-10-29 100079be55493c439bfef2d4792bfa0d9f429bd1
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();
        }
      })
    },