Lou
2023-12-24 8e10979da270454ef007732653cfa73461ccb27e
场所维护审核页面修改
2 files modified
4 ■■■ changed files
subPackage/label/hotel.vue 1 ●●●● patch | view | raw | blame | history
subPackage/workbench/views/examine.vue 3 ●●●● patch | view | raw | blame | history
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',
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