初步修改完成
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user