Merge pull request 'H5 BUG修复《编辑组织机构会导致system_dept表中parent_organization_name字段异常》,增加前端提示(暂不修改其他逻辑)' (#18) from bugfix/tgh20230630 into test
Reviewed-on: http://117.33.142.185:3000/zenghuapei/cyywl_server/pulls/18pull/15/head
commit
3cb06b2b74
|
@ -347,7 +347,7 @@ export default {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
if (this.form.id !== undefined) {
|
if (this.form.id !== undefined) {
|
||||||
updateDept(this.form).then(response => {
|
updateDept(this.form).then(response => {
|
||||||
this.$modal.msgSuccess("修改成功");
|
this.$modal.msgSuccess("组织名称修改成功(其他选项暂不支持修改)");
|
||||||
this.open = false;
|
this.open = false;
|
||||||
this.getList();
|
this.getList();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue