Browse Source

交互优化

dev
nizongfeng 3 years ago
parent
commit
b1155f6aa6
2 changed files with 5 additions and 2 deletions
  1. +2
    -1
      application/admin/view/payment_order/index.html
  2. +3
    -1
      application/admin/view/receipt_order/index.html

+ 2
- 1
application/admin/view/payment_order/index.html View File

@@ -512,10 +512,12 @@
});
} else {
this.$message.error(data.msg);
this.getData(this.search.pageNum)
}
}).catch(function (error) {
this.$message.error("保存失败");
console.log(error);
this.getData(this.search.pageNum)
});
}).catch(() => {

@@ -523,7 +525,6 @@
type: 'info',
message: '已取消'
});
}).finally(()=>{
this.getData(this.search.pageNum)
})



+ 3
- 1
application/admin/view/receipt_order/index.html View File

@@ -446,10 +446,13 @@
});
} else {
this.$message.error(data.msg);
this.getData(this.search.pageNum)
}

}).catch(function (error) {
this.$message.error("保存失败");
console.log(error);
this.getData(this.search.pageNum)
});
}).catch(() => {

@@ -457,7 +460,6 @@
type: 'info',
message: '已取消'
});
}).finally(()=>{
this.getData(this.search.pageNum)
})



Loading…
Cancel
Save