implementrule part1
This commit is contained in:
parent
d262c8c13b
commit
b1449ea7ad
|
@ -269,7 +269,7 @@ export default {
|
|||
if (valid) {
|
||||
const isEdit = this.dialogType === "edit";
|
||||
if (isEdit) {
|
||||
updateUser(this.user.id, this.user).then(res => {
|
||||
updateStandard(this.standard.id, this.standard).then(res => {
|
||||
if (res.code >= 200) {
|
||||
this.getList();
|
||||
this.dialogVisible = false
|
||||
|
|
Loading…
Reference in New Issue