diff --git a/src/views/system/OperateGoodsInfo/index.vue b/src/views/system/OperateGoodsInfo/index.vue
index 1a90f4c..9e0fe93 100644
--- a/src/views/system/OperateGoodsInfo/index.vue
+++ b/src/views/system/OperateGoodsInfo/index.vue
@@ -838,13 +838,6 @@ export default {
this.loading = false;
});
},
-
- // list() {
- // listStation().then((res) => {
- // console.log(res);
- // this.nurseStationlist = res.data;
- // });
- // },
// 添加
addgoodAttributeDetail() {
console.log(this.goodDetailsLists);
diff --git a/src/views/system/goodsInfo/index.vue b/src/views/system/goodsInfo/index.vue
index 79d8255..3e1b03d 100644
--- a/src/views/system/goodsInfo/index.vue
+++ b/src/views/system/goodsInfo/index.vue
@@ -255,7 +255,6 @@
-
-
-
@@ -765,9 +758,9 @@ export default {
this.$modal.msgSuccess("录入成功");
}
this.queryexpressNo.expressNo = "";
+ this.getList();
this.innerlogistics = false;
-
- this.getList();
+
});
},
// 取消按钮
@@ -782,6 +775,7 @@ export default {
this.refundlist = res.data;
console.log(this.refundlist);
this.innerrefund = true;
+ // this.getList();
});
},
//确认退款 确定按钮
@@ -794,10 +788,11 @@ export default {
obj.goodsStatus = this.refundlist.orderStatus;
weChatRefundOrderApply(obj).then((res) => {
if (res.code == 200) {
- this.$modal.msgSuccess("退款成功");
+ this.$modal.msgSuccess("退款有延迟,请耐心等待");
}
+ this.getList();
this.innerrefund = false;
- this.getList();
+
});
},
// refund(id){
diff --git a/src/views/system/order/index.vue b/src/views/system/order/index.vue
index 588a2ee..1a689b8 100644
--- a/src/views/system/order/index.vue
+++ b/src/views/system/order/index.vue
@@ -340,7 +340,7 @@
-
+
{
if (res.code == 200) {
- this.$modal.msgSuccess("退款成功");
+ this.$modal.msgSuccess("退款有延迟,请耐心等待");
}
- this.innerrefund=false
this.getList();
+ this.innerrefund=false
console.log(res);
});
@@ -692,7 +692,6 @@ export default {
this.innerdispatch = false;
this.getList();
this.nurseName = "请选择护理员";
- // this.nursePersonid =""
});
},
// 选择姓名按钮