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