@@ -407,6 +407,8 @@
if (res.data.code == '0') {
this.warning('更新成功','success');
this.getDataList();
+ }else{
+ this.warning(res.data.msg||'更新失败,请重试');
}
}).catch((error) => {
loading.close();