瀏覽代碼

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

YL2767 1 周之前
父節點
當前提交
debf095330
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/components/PopupStackWithSelectWare.vue

+ 1
- 0
src/components/PopupStackWithSelectWare.vue 查看文件

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

Loading…
取消
儲存