@@ -715,6 +715,9 @@
res = JSON.parse(res);
if(200!=res.code){
alert(res.msg);
+ that.isnew=false;
+ that.showinfo=true
+ that.isupdateinfo=false
}else{
that.upinfo = res.data;
var wname = that.upinfo.userinfo.wname
@@ -761,7 +764,7 @@
success: function(res){
- alert(res.msg);
+ console.log(res.msg);
const data = res.data;
const list = data.list;