工单作业、报工查询、工单查询

This commit is contained in:
2023-05-22 18:09:19 +08:00
parent baea5f87c0
commit d29959513d
10 changed files with 697 additions and 68 deletions

View File

@@ -152,7 +152,7 @@ export default {
let res = await handLogin(this.loginname, encrypt(this.password))
this.$store.dispatch('saveUserInfo', JSON.stringify(res.user.user))
this.$store.dispatch('saveToken', res.token)
this.$router.push('/home')
this.$router.push('/workorderassignment')
this.disabled = false
} catch (e) {
this.disabled = false