From 61eaa19c98c988d88e7cbbc348b90eaada2610db Mon Sep 17 00:00:00 2001
From: cqf
Date: 星期二, 12 七月 2022 11:58:17 +0800
Subject: [PATCH] 自查清单修改

---
 src/views/safetyproduction/new.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/safetyproduction/new.vue b/src/views/safetyproduction/new.vue
index f0e9581..18bb184 100644
--- a/src/views/safetyproduction/new.vue
+++ b/src/views/safetyproduction/new.vue
@@ -116,6 +116,7 @@
         <el-form-item label="检查人名称" prop="inspector">
           <el-select
             v-model="form.inspector"
+            filterable
             style="width: 100%"
             placeholder="请选择"
           >
@@ -404,7 +405,7 @@
               title: "成功",
             });
             this.$router.push({
-              path:"/checklistself"
+              path:"/safetyproduction/safetyproduction/checklistself"
             });
           }
         });
@@ -420,7 +421,7 @@
           });
         });
          this.$router.push({
-              path:"/checklistself"
+              path:"/safetyproduction/safetyproduction/checklistself"
             });
       }
          }

--
Gitblit v1.9.2