解决外校教师注册时身份证加密提交数据库的问题
This commit is contained in:
parent
70a7ebe9fa
commit
88ace47bc9
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue