From ba77c7440e508489dbe5d6d54293c4fdedb0a5aa Mon Sep 17 00:00:00 2001
From: cqf <2@qq.com>
Date: Tue, 12 Jul 2022 14:08:45 +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