|
|
@@ -1190,7 +1190,7 @@ export default {
|
|
|
refreshStatus(item){
|
|
|
this.$api.letter.orderStatusyongcheng( item.id ).then(res => {
|
|
|
if(res.code==200){
|
|
|
- this.$message({ message:'已刷新状态', type: "success" })
|
|
|
+ this.$message({ message:res.msg?res.msg:'已刷新状态', type: "success" })
|
|
|
this.loading = true;
|
|
|
this.$api.letter.queryOrders(this.pageRequest).then((res) => {
|
|
|
if (res.code == "200") {
|