初步完成

This commit is contained in:
17792275749
2026-03-11 15:31:54 +08:00
parent c41c7d9f63
commit b157ef5d57
3 changed files with 23 additions and 16 deletions
@@ -78,7 +78,10 @@ Component({
// 监听工号输入
onWorkNoInput(e) {
this.setData({ workNo: e.detail.value });
this.setData({
workNo: e.detail.value,
userInfo: null
});
},
// 监听身高输入