提交: 优化 配置管理新增修改 未能更新列表问题
This commit is contained in:
parent
af48e107ee
commit
855133c39e
|
@ -305,6 +305,7 @@ export default {
|
||||||
} else {
|
} else {
|
||||||
this.msgError(response.msg);
|
this.msgError(response.msg);
|
||||||
}
|
}
|
||||||
|
this.getList();
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
addAttribute(this.form).then((response) => {
|
addAttribute(this.form).then((response) => {
|
||||||
|
@ -317,6 +318,7 @@ export default {
|
||||||
} else {
|
} else {
|
||||||
this.msgError(response.msg);
|
this.msgError(response.msg);
|
||||||
}
|
}
|
||||||
|
this.getList();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue