From 8f918cb6db02c39e67ce7b0d77cc1be5ed26edaf Mon Sep 17 00:00:00 2001
From: jiaosong <jiaosong6760@dingtalk.com>
Date: 星期五, 25 八月 2023 11:03:28 +0800
Subject: [PATCH] # 企业端用户
---
h5_standard/src/views/productionInspection/manualInspection.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/h5_standard/src/views/productionInspection/manualInspection.vue b/h5_standard/src/views/productionInspection/manualInspection.vue
index 6635963..24ddaef 100644
--- a/h5_standard/src/views/productionInspection/manualInspection.vue
+++ b/h5_standard/src/views/productionInspection/manualInspection.vue
@@ -161,7 +161,7 @@
// 鍘婚�夋嫨璁惧
const jumpGD = () => {
- router.push({ name: 'selectWorkOrder' })
+ router.push({ name: 'selectWorkOrder', query: { type: 1 } })
}
const openBL = () => {
--
Gitblit v1.9.3