Commit bd611813 by caoyanzhi

update: 上架规则bug

parent ee019b08
...@@ -268,9 +268,11 @@ export default { ...@@ -268,9 +268,11 @@ export default {
this.submitRequest(); this.submitRequest();
}); });
} else { } else {
this.ruleForm.filterJson = ''; if (this.isAdd) {
this.ruleForm.searchJson = ''; this.ruleForm.filterJson = '';
this.ruleForm.searchId = ''; this.ruleForm.searchJson = '';
this.ruleForm.searchId = '';
}
this.submitRequest(); this.submitRequest();
} }
} else if (this.ruleForm.memberType == 4) { } else if (this.ruleForm.memberType == 4) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment