Commit d265703f by liuyong

修改代码

1 parent 203d9531
Showing with 3 additions and 1 deletions
...@@ -252,7 +252,9 @@ export default { ...@@ -252,7 +252,9 @@ export default {
addArchiViewManage(params).then(res => { addArchiViewManage(params).then(res => {
if(res.code == 200) { if(res.code == 200) {
this.add_dialog = false; this.add_dialog = false;
this.get_list(); this.get_list1();
this.get_list2();
this.get_list3();
Message({ Message({
type: 'success', type: 'success',
message: '新增成功!' message: '新增成功!'
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!