瀏覽代碼

添加字段

caiyuqin 2 月之前
父節點
當前提交
09a97d6aab
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      pages/order/record.vue

+ 2 - 1
pages/order/record.vue

@@ -155,7 +155,8 @@
 					reason.check = false;
 				});
 				this.reasonList[index].check = true
-				this.rejectData.refuseReason = item.value
+				this.rejectData.refuseId = item.value
+				this.rejectData.refuseReason = item.label
 			},
 			cutPopup() {
 				this.isRefuse = false