Browse Source

Merge branch 'feature_20260330_拜访连拍速度优化' into uat(dev)

zhujindu 1 tháng trước cách đây
mục cha
commit
c3d068cad6
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/views/deviceWithin/taskPhotoTaking.vue

+ 3 - 0
src/views/deviceWithin/taskPhotoTaking.vue

@@ -289,6 +289,9 @@ export default {
       return addCollectionAnswerBatch(formData).then((res) => {
         if (res.code == 200) {
           localStorage.setItem('getRequestFlage', 'true');
+          if (this.$refs.taskPhoto && this.$refs.taskPhoto[0]) {
+            this.$refs.taskPhoto[0].imgArr = [];
+          }
           this.$router.go(-1);
         } else {
           this.$toast('提交失败,请重试');