From 8e10979da270454ef007732653cfa73461ccb27e Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Sun, 24 Dec 2023 18:19:44 +0800
Subject: [PATCH] 场所维护审核页面修改

---
 subPackage/workbench/views/examine.vue |    3 ++-
 subPackage/label/hotel.vue             |    1 +
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/subPackage/label/hotel.vue b/subPackage/label/hotel.vue
index b0be414..a3ef2c4 100644
--- a/subPackage/label/hotel.vue
+++ b/subPackage/label/hotel.vue
@@ -427,6 +427,7 @@
 			sumitInfo() {
 				this.$refs.form.validate().then(valid => {
 					this.checkImages()
+					console.log("info=>",this.info);
 					saveHotelReporting(this.info).then(res => {
 						uni.showToast({
 							icon: 'success',
diff --git a/subPackage/workbench/views/examine.vue b/subPackage/workbench/views/examine.vue
index 2542a66..0163e2a 100644
--- a/subPackage/workbench/views/examine.vue
+++ b/subPackage/workbench/views/examine.vue
@@ -231,7 +231,8 @@
 				} = this.form
 				let data = {
 					id: this.currentData.id,
-					confirmFlag: this.findObjValue(confirmFlag, this.columns[0]).status
+					// confirmFlag: this.findObjValue(confirmFlag, this.columns[0]).status
+					confirmFlag:confirmFlag
 				}
 				confirmNotion && Object.assign(data, {
 					confirmNotion

--
Gitblit v1.9.3