fix(wms): 注释掉加载历史记录的方法调用

避免在加载钢卷信息时不必要的历史记录查询,提高页面响应速度
This commit is contained in:
砂糖
2026-03-04 17:29:49 +08:00
parent 03bf7f7398
commit ee05f031a4

View File

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