默认值去除

This commit is contained in:
lvyuankang 2024-09-02 18:23:00 +08:00
parent 77ddbc9c1f
commit c612ff8afd

View File

@ -389,7 +389,7 @@ struct UserInfo {
db.getRdbStore(() => {
db.query('0', (syssetParams) => {
const serialNumberArr = syssetParams.filter(sys => sys.v_no === '901')
that.jkxlh = serialNumberArr?.[0]?.v_value || '1234567'
that.jkxlh = serialNumberArr?.[0]?.v_value || ''
const ksxtbhArr = syssetParams.filter(sys => sys.v_no === '902')
that.ksxtbh = ksxtbhArr?.[0]?.v_value || '222'
const studentRefreshParam = syssetParams.filter(sys => sys.v_no === '452') //判断自动更新
@ -799,7 +799,7 @@ struct UserInfo {
drvexam,
xtlb: '17',
//接口序列号
jkxlh: this.jkxlh || '1234567',
jkxlh: this.jkxlh || '',
//接口标识
jkid: '17C51',
}