接口联调

This commit is contained in:
2023-12-19 16:41:33 +08:00
parent a9f94178bf
commit 6bcb32e8eb
8 changed files with 126 additions and 39 deletions

View File

@@ -63,7 +63,7 @@ export default {
this.$store.dispatch('setUserInfo', JSON.stringify(obj))
this.$router.push('/home')
} else {
this.Dialog(res.desc)
this.Dialog(res.ErrMsg)
}
this.disabled = false
} catch (err) {

View File

@@ -92,6 +92,7 @@ export default {
try {
let res = await rfReadTrayStatePackage(val)
if (res.ErrNO === '1') {
this.toast(res.ErrMsg)
this._rfReadTrayStoragePackage()
} else {
this.toast(res.ErrMsg)