Commit a4569760 by caoyanzhi

update: 接口调整

parent e69c0704
......@@ -235,16 +235,9 @@ export default {
});
that.$forceUpdate();
}
return;
}
errMsg.errorMsg(resData);
})
.catch(function(error) {
that.$message.error({
duration: 1000,
message: error.message
});
});
.catch(function(error) {});
}
},
watch: {
......
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