Lou
2024-04-25 10d1b8267c9dba2ea9afa2b586fb2eb8d2af698c
合并
2 files modified
3 ■■■■ changed files
subPackage/school/trouble.vue 2 ●●● patch | view | raw | blame | history
subPackage/school/troubleList.vue 1 ●●●● patch | view | raw | blame | history
subPackage/school/trouble.vue
@@ -133,8 +133,8 @@
                            urls.push(e.name)
                        })
                        this.info.images = urls.join(",")
                        this.info.houseCode = uni.getStorageSync("siteInfo").houseCode;
                    }
                    this.info.houseCode = uni.getStorageSync("siteInfo").houseCode;
                    addTroubleReport(this.info).then(res => {
                        this.$showTips("提交成功", "success")
                        setTimeout(() => {
subPackage/school/troubleList.vue
@@ -59,7 +59,6 @@
                    size: 10,
                    houseCode: uni.getStorageSync("siteInfo").houseCode,
                    type: type
                    // reportType: 2
                    // eventType: type
                }).then(res => {
                    if (res.code != 200) {