Commit 3326b3b7 authored by caicaicai's avatar caicaicai

修改

parent e18f5419
...@@ -348,6 +348,8 @@ export default { ...@@ -348,6 +348,8 @@ export default {
type: 'success', type: 'success',
duration: 2500 duration: 2500
}); });
this.loadDataAdd();
this.loadData();
}else{ }else{
this.$notify({ this.$notify({
title: res.msg, title: res.msg,
...@@ -372,11 +374,10 @@ export default { ...@@ -372,11 +374,10 @@ export default {
} }
}).catch(function(error) { }); }).catch(function(error) { });
}) })
this.form.toAddVisible = false;
this.queryAdd = {}; this.queryAdd = {};
this.formAdd = {}; this.formAdd = {};
this.checkDataListAdd = []; this.checkDataListAdd = [];
this.loadDataAdd();
this.loadData();
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment