自动化立体仓库 - WMS系统
#
zjj
2025-07-31 db9c979b291aaf237ae4d8021210925f941bc4fc
#
1个文件已修改
2 ■■■■■ 已修改文件
src/main/webapp/views/erpReceiving/erpReceiving.html 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/erpReceiving/erpReceiving.html
@@ -118,13 +118,11 @@
                        method: 'GET',
                        success: function(res) {
                            if (res.code == 200) {
                                // 修复:直接赋值给 ref 变量
                                tableData.value = res.data.records
                                pageTotal.value = res.data.total
                            } else if (res.code === 403) {
                                top.location.href = baseUrl + "/";
                            } else {
                                // 修复:使用 ElMessage 而不是 this.$message
                                ElMessage({
                                    message: res.msg,
                                    type: 'error'