修改病种
This commit is contained in:
parent
0b830d9d45
commit
9f0325d345
@ -724,6 +724,7 @@ export default {
|
|||||||
this.$modal.msgSuccess("修改成功");
|
this.$modal.msgSuccess("修改成功");
|
||||||
this.open = false;
|
this.open = false;
|
||||||
this.getList();
|
this.getList();
|
||||||
|
this.departmentName=''
|
||||||
this.infolists()
|
this.infolists()
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
@ -731,6 +732,7 @@ export default {
|
|||||||
this.$modal.msgSuccess("新增成功");
|
this.$modal.msgSuccess("新增成功");
|
||||||
this.open = false;
|
this.open = false;
|
||||||
this.getList();
|
this.getList();
|
||||||
|
this.departmentName=''
|
||||||
this.infolists()
|
this.infolists()
|
||||||
|
|
||||||
});
|
});
|
||||||
@ -748,6 +750,7 @@ export default {
|
|||||||
})
|
})
|
||||||
.then(() => {
|
.then(() => {
|
||||||
this.getList();
|
this.getList();
|
||||||
|
this.departmentName=''
|
||||||
this.infolists()
|
this.infolists()
|
||||||
|
|
||||||
this.$modal.msgSuccess("删除成功");
|
this.$modal.msgSuccess("删除成功");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user