修改bug

ww
wangwei 3 years ago
parent c5388f01a7
commit f2a1118498

@ -422,7 +422,7 @@ export default {
this.filterQuery.page=null; this.filterQuery.page=null;
}, },
formSubmit() { formSubmit() {
this.formData.roleId = 1; this.formData.roleId = this.check;
updateCustomers(this.formData) updateCustomers(this.formData)
.then((response) => { .then((response) => {
this.loading = false; this.loading = false;

Loading…
Cancel
Save