Commit bd611813 by caoyanzhi

update: 上架规则bug

parent ee019b08
......@@ -268,9 +268,11 @@ export default {
this.submitRequest();
});
} else {
this.ruleForm.filterJson = '';
this.ruleForm.searchJson = '';
this.ruleForm.searchId = '';
if (this.isAdd) {
this.ruleForm.filterJson = '';
this.ruleForm.searchJson = '';
this.ruleForm.searchId = '';
}
this.submitRequest();
}
} 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