From 3fd84886a15713ece1ba34954f49fd1e075ef7be Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期三, 19 四月 2023 17:38:48 +0800 Subject: [PATCH] 改变称重监听,增加发运详情,修复电子提煤单错误 --- store/index.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/store/index.js b/store/index.js index 1321749..badfcb9 100644 --- a/store/index.js +++ b/store/index.js @@ -67,7 +67,7 @@ // 鏀瑰彉閲嶉噺 changeWeigh(state, payload) { state.globalweigh = payload - console.log(state.globalweigh, '閲嶉噺鏀瑰彉浜�') + console.log(state.globalweigh, '鍏ㄥ眬閲嶉噺鏀瑰彉浜�') }, // 娑堟伅鎺ㄩ�� pushMessage(state, payload) { -- Gitblit v1.9.1