소스 검색

上传显示bug修改

zhouna 5 년 전
부모
커밋
0ce5a1b096
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/store.js

+ 1 - 1
src/store.js

@@ -454,7 +454,7 @@ const store = new Vuex.Store({
     },
     cancelImgs(state){
       state.diagnose.imgFile=[];
-      state.diagnose.imgSrc = [];
+      state.diagnose.imgSrc = {};
     },
     deleSrc(state,param){
       const key = param.key;