zs пре 2 година
родитељ
комит
c4f96809b5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      pagesMy/order/noService.vue

+ 1 - 1
pagesMy/order/noService.vue

@@ -73,7 +73,7 @@
 			async onSubmit(ref) {
 				const that = this;
 				that.$refs[ref].validate().then(async params => {
-					params.order_detail = that.id;
+					params.order_detail = that.id
 					const arr = await that.$api(`/afterSale/orderCancel`, 'POST', params);
 					if (arr.errcode == '0') {
 						uni.showToast({