Commit ba17180b by songwenlu

gx

parent eb62e9e3
......@@ -1087,6 +1087,10 @@ export default {
name: "DeedtaxDeclared",
query: { code: this.code },
});
}if(res.code==1004011003){
this.$dialog.alert({
message: res.msg,
});
}
})
.catch(() => {
......@@ -1104,6 +1108,12 @@ export default {
query: { code: res.data },
});
}
if(res.code==1004011003){
this.$dialog.alert({
message: res.msg,
});
}
})
.catch(() => {
this.$toast.clear();
......
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