Commit 5670f1d8 by Kyle_Li

post会员修改

parent 860f5bd4
......@@ -818,25 +818,25 @@ export default {
return false;
}
if (this.batchValue == "integral") {
this.dilogIntegralVisible = true;
this.dialogIntegralVisible = true;
this.getEnterpriseInfo();
if (this.$refs.IntegralForm) {
this.$refs.IntegralForm.resetFields();
}
} else if (this.batchValue == "grade") {
this.dilogGradeVisible = true;
this.dialogGradeVisible = true;
if (this.$refs.gradeForm) {
this.$refs.gradeForm.resetFields();
}
} else if (this.batchValue == "mainstore") {
this.dilogMainstoreVisible = true;
this.dialogMainstoreVisible = true;
this.selectStore(val);
if (this.$refs.mainstoreForm) {
this.$refs.mainstoreForm.resetFields();
}
this.storeName = '';
} else if (this.batchValue == "store") {
this.dilogSubStoreVisible = true;
this.dialogSubStoreVisible = true;
if (this.$refs.storeForm) {
this.$refs.storeForm.resetFields();
}
......
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