解决外校教师注册时身份证加密提交数据库的问题

This commit is contained in:
Qi 2025-04-29 09:33:25 +08:00
parent 70a7ebe9fa
commit 88ace47bc9
1 changed files with 2 additions and 0 deletions

View File

@ -472,6 +472,8 @@
// alert({...values,...storedData}.toString())
myShowDialog.value = true;
myObj = { ...values, ...storedData };
//--
myObj.pyCard = notLocalTeacherTwo.pyCard;
return;
// waiTApi.save({...values,...storedData}).then(res => {
// console.log(res)