Commit 7d08beb1 by crushh

update: dist

parent 237608ef
...@@ -258,13 +258,9 @@ export default { ...@@ -258,13 +258,9 @@ export default {
} else if (this.ruleForm.memberType == 3) { } else if (this.ruleForm.memberType == 3) {
if (this.hasEditGicPeople) { if (this.hasEditGicPeople) {
this.$refs.peopleFilter.confirmSet().then(async () => { this.$refs.peopleFilter.confirmSet().then(async () => {
// const res = await this.echoData(this.ruleForm.filterJson);
// this.ruleForm.showBack = res.data.result;
this.submitRequest(); this.submitRequest();
}); });
} else { } else {
// const res = await this.echoData(this.ruleForm.filterJson);
// this.ruleForm.showBack = res.data.result;
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