소스 검색

图像识别

zhujindu 1 년 전
부모
커밋
b4263df7da
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/deviceWithin/addStoreVisit.vue

+ 1 - 1
src/views/deviceWithin/addStoreVisit.vue

@@ -2842,12 +2842,12 @@ export default {
     this.info();
     // 拍照次数重置
     store.dispatch('setShotsNum', 0);
+    this.show = false;
   },
   watch: {
     $route(to, from) {
       if (from.path == '/addStoreVisit') {
         // 离开当前页面时,关闭弹框
-        this.show = false;
         if (this.$refs.uploadVNormal) this.$refs.uploadVNormal.close();
       }
     },