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(); } }) },