Compare commits
No commits in common. "3cb06b2b7408ad24906c5dc3558eef67c67e1b3f" and "047741d04c5020143f37880456d5f21f31d0d055" have entirely different histories.
3cb06b2b74
...
047741d04c
|
@ -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