zhouwenxuan
2023-12-15 277d6652893fcc10fb6827b62ef16fe2910a525c
pages/tabBar/notice/measures.vue
@@ -105,6 +105,7 @@
            }).catch(err=>{})
         },
         goBack() {
            console.log("fdetailData",uni.getStorageSync("fdetailData"))
            uni.navigateTo({
              url: `/pages/tabBar/notice/detail?data=` + encodeURIComponent(JSON.stringify(uni.getStorageSync("fdetailData")))
            })
@@ -118,7 +119,7 @@
            console.log('change', this.measureIds);
         },
         submit() {
            if(this.measureIds.length <0) {
            if(this.measureIds.length <= 0) {
               uni.showToast({
                  icon: "none",
                  title: '请勾选基础措施'