Commit d1a1fa64 by liulianglang

保存加载修改

parent 7c07cb70
......@@ -100,11 +100,15 @@
params.set('hmsjLeft',this.fileBase64['hmsjLeft'])
params.set('hmsjRight',this.fileBase64['hmsjRight'])
updateHm(params).then(res=>{
if(res.code){
// loading.close()
// this.$router.push("dswtzxxlbxx")
this.$message.success("保存成功");
}
// if(res.code){
// // loading.close()
// // this.$router.push("dswtzxxlbxx")
// this.$message.success("保存成功");
// }
if(res.code===200){
loading.close()
this.$message.success("保存成功");
}
})
},
handleRemove(val) {
......
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