From 4c10d989e75a875ef4539d8ef5519a6a18cf84de Mon Sep 17 00:00:00 2001
From: cqf <2@qq.com>
Date: 星期二, 12 七月 2022 13:50:05 +0800
Subject: [PATCH] 循环添加key

---
 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