fix: 设备台账调整搜索

This commit is contained in:
xuziqiang
2024-07-15 10:22:51 +08:00
parent 4526da936e
commit 0681836c02
2 changed files with 37 additions and 17 deletions

View File

@@ -129,7 +129,7 @@
accountNo: userName.value.trim(),
password: password.value.trim(),
});
validator(null, value.code)
validator(null, value?.code)
.then(() => {
// 记住密码
rememberFunc(data);