rev 更新日志

This commit is contained in:
2023-04-08 22:48:13 +08:00
parent 13551f81a3
commit 33feb6cae3
14 changed files with 65 additions and 35 deletions

View File

@@ -24,7 +24,7 @@ export default {
this.timmer = setTimeout(() => {
sessionStorage.clear()
this.logout()
}, 1000 * 60 * 15) // 15分钟 https://blog.csdn.net/qq_42345108/article/details/103496456
}, 50000 * 60 * 15) // 15分钟 https://blog.csdn.net/qq_42345108/article/details/103496456
},
logout() {
this.$store.dispatch('LogOut').then(() => {

View File

@@ -186,7 +186,7 @@
</el-row>
<el-row>
<el-col>
<el-form-item label="工单状态">
<el-form-item v-if="false" label="工单状态">
<el-select
v-model="form.order_status"
clearable