初步修改完成

This commit is contained in:
17792275749
2026-03-10 15:33:16 +08:00
parent e20638030b
commit 05b388020b
8 changed files with 31 additions and 5 deletions
@@ -91,7 +91,11 @@ Component({
})
return;
}
$.ajax("weighingScale/v2/getUserInfoByWkno", { workNo }, "GET", true, "正在查询...").then(res => {
let sn = app.globalData.ppScale.device.mac.replace(/:/g, '');
$.ajax("weighingScale/v2/getUserInfoByWkno", {
workNo: workNo,
sn: sn
}, "GET", true, "正在查询...").then(res => {
if (res.result) {
this.setData({ userInfo: res.result });
} else {