lin
2024-05-13 06ecdd7e59f6f0469a5ac99d4504c6a90ce6052e
subPackage/workbench/views/examine.vue
@@ -332,6 +332,7 @@
            // })
            this.form.confirmFlag = data.confirmFlag;
            this.currentData.id = data.id;
            this.confirmFlag = data.confirmFlag;
            this.confirmNotion = data.confirmNotion;
            if (data.imageUrls) {
@@ -394,6 +395,7 @@
            if (this.form.confirmNotion) {
               data.confirmNotion = this.form.confirmNotion;
            }
            console.log("********2222******" + JSON.stringify(data))
            const res = await checkPlaceExtData(data)
            if (res.code !== 200) {
@@ -418,7 +420,7 @@
         async checkPlacePeople() {
            let data = {
               placeId: this.currentData.id,
               placeId: this.currentData.placeId,
               confirmFlag: this.form.confirmFlag
            }
@@ -426,7 +428,7 @@
               data.confirmNotion = this.form.confirmNotion;
            }
            const res = await checkPlaceExtData(data)
            const res = await auditPlacePeople(data)
            if (res.code !== 200) {
               uni.showToast({
                  title: '更新失败',