소스 검색

修改只有一个仓库的时候转移弹窗里面区域没有刷新的情况

YL2767 1 주 전
부모
커밋
debf095330
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/components/PopupStackWithSelectWare.vue

+ 1
- 0
src/components/PopupStackWithSelectWare.vue 파일 보기

@@ -217,6 +217,7 @@
217 217
 					if (response.data.data.length == 1) {
218 218
 						this.wareId = response.data.data[0].id
219 219
 						this.getAllStackByWareId(this.wareId)
220
+						this.getArea()
220 221
 					}
221 222
 				});
222 223
 			},

Loading…
취소
저장