落日与鲸
2025-02-28 573193bb8ba686b06b5132cd233f953cc06d310d
H5/pages/progress/progress.vue
@@ -103,7 +103,7 @@
            return dayjs(val).format('YYYY-MM-DD HH:mm:ss')
         }
      },
      onLoad(params) {
      onShow(params) {
         this.id = params.id
         if (params.type) {
            this.type = false
@@ -114,7 +114,7 @@
         getComplaintDetail({
            id: params.id
         }).then(res => {
            console.log('res', res)
            this.info = {
               ...res.data
            }