Commit 0755ced4 authored by 吴春's avatar 吴春

1

parent 7246ab09
......@@ -727,11 +727,13 @@
res => {
if (res.data.resultCode == 1) {
if (res.data.data.result == 0) {
this.$message.error(res.data.message);
console.log("我进来了错误信息",res.data.data.errorMessage);
this.$message.error(res.data.data.errorMessage);
this.loading = false;
this.selectedRowKeys = [];
this.getList();
this.BOSSDialog = false;
return;
} else {
this.apipost("dmcstatistics_post_BatchShopCreateBill", this.nMsg,
res => {
......
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