jiangping
2025-06-06 77946261ec663aa1fe7f6f97e550532ed879f982
h5/pages/operation/device.vue
@@ -132,6 +132,7 @@
               dealDate: dayjs().format('YYYY-MM-DD HH:mm:ss'),
               multifileList: fileList
            }).then(res => {
               if (res && res.code == 200) {
               if (param.status != 0) {
                  uni.showModal({
                     title: '温馨提示',
@@ -150,6 +151,8 @@
                  this.showToast('提交成功')
                  uni.navigateBack()
               }
               }
            })
         },
         getDevice() {