From 1fdf41cc692eb7b208fe647259d4295164280a41 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期五, 21 四月 2023 14:12:09 +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