@@ -651,7 +651,7 @@ export default {
if (res.code === 200) {
$message.success('修改成功')
this.close('ruleForm')
- this.getList()
+ // this.getList()
}
})
} else {
@@ -660,7 +660,7 @@ export default {
$message.success('创建成功')
@@ -771,6 +771,7 @@ export default {
content: null, // 内容
catalogId: [], // 分类编号
};
+ this.getList()
// this.$refs.cascader.handleClear()
// this.$refs[formName].resetFields();
},