hejianhao
2025-02-24 035170ca21cc68ebda6c97831b78cc1b5ef2264d
H5/pages/problemReporting/problemReporting.vue
@@ -44,7 +44,7 @@
         提交后会由上级部门进行审核,请留意审核结果
      </view>
      <view class="btn">提交至上级部门</view>
      <view class="btn" @tap="problemReports">提交至上级部门</view>
   </view>
</template>
@@ -63,6 +63,7 @@
         };
      },
      onLoad(option) {
         option.id = 1
         if (option.id) {
            this.id = option.id
            getDetail({
@@ -85,7 +86,10 @@
                     icon: 'none',
                     title: '上报成功'
                  })
                  setTimeout(() => {
                  uni.navigateBack()
                  }, 1500)
               }
            })
         },