lin
2024-04-27 f65e6c9d2198e3d8d173b2478835674def0907a3
校园安全
2 files modified
8 ■■■■■ changed files
subPackage/school/troubleDetail.vue 4 ●●● patch | view | raw | blame | history
subPackage/school/troubleList.vue 4 ●●●● patch | view | raw | blame | history
subPackage/school/troubleDetail.vue
@@ -236,7 +236,9 @@
            submitInfo() {
                let data = {
                    id: this.info.id
                    id: this.info.id,
                    isProblem: this.form.isProblem,
                    isHandle: this.form.isHandle,
                }
                if (this.roleTypeName == "xyzt") {
                    if (!this.form.isProblem) {
subPackage/school/troubleList.vue
@@ -58,8 +58,8 @@
                    current: this.currentPage,
                    size: 10,
                    houseCode: uni.getStorageSync("siteInfo").houseCode,
                    type: type
                    // eventType: type
                    type: type,
                    createUser: uni.getStorageSync("userInfo").user_id,
                }).then(res => {
                    if (res.code != 200) {
                        uni.showToast({