fix(wms): 注释掉加载历史记录的方法调用
避免在加载钢卷信息时不必要的历史记录查询,提高页面响应速度
This commit is contained in:
@@ -550,7 +550,7 @@ export default {
|
||||
// 不再预加载物品列表,改为实时搜索
|
||||
|
||||
// 加载变更历史
|
||||
this.loadHistory();
|
||||
// this.loadHistory();
|
||||
}
|
||||
} catch (error) {
|
||||
this.$message.error('加载钢卷信息失败');
|
||||
|
||||
Reference in New Issue
Block a user