implementrule part1

This commit is contained in:
caoqianming 2020-06-27 21:58:08 +08:00
parent d262c8c13b
commit b1449ea7ad
1 changed files with 1 additions and 1 deletions

View File

@ -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