Compare commits

...

2 Commits

Author SHA1 Message Date
砂糖
d601dc8320 Merge branch '0.8.X' of http://49.232.154.205:10100/DeXun/klp-oa into 0.8.X 2026-03-04 17:29:54 +08:00
砂糖
ee05f031a4 fix(wms): 注释掉加载历史记录的方法调用
避免在加载钢卷信息时不必要的历史记录查询,提高页面响应速度
2026-03-04 17:29:49 +08:00

View File

@@ -550,7 +550,7 @@ export default {
// 不再预加载物品列表,改为实时搜索
// 加载变更历史
this.loadHistory();
// this.loadHistory();
}
} catch (error) {
this.$message.error('加载钢卷信息失败');