This commit is contained in:
DESKTOP-5I7S92L\nicho
2023-03-30 12:28:45 +08:00
parent 9fe49d8658
commit f9b1289d28
@@ -53,7 +53,7 @@
window.location.replace(this.route('customers', response.payload.data.reference));
},
submitForm() {
this.submit(this.route('api.company.update.nameAndDebtor', this.data.id), 'put', this.section, true, true)
this.submit(this.route('api.account.user.updated.role', this.data.id), 'put', this.section, true, true)
},
updateRoleType(type){
this.parameters.type=type;