@@ -176,6 +176,9 @@ export default {
this.getDataList();
if (res.data.code == 0) {
this.reloadFlag = true;
+ this.warning('更新成功','success');
+ }else{
+ this.warning(res.data.msg||'更新失败,请重试');
}
});