diff --git a/src/views/technology/proroute/index.vue b/src/views/technology/proroute/index.vue
index 2728a285..d5de9390 100644
--- a/src/views/technology/proroute/index.vue
+++ b/src/views/technology/proroute/index.vue
@@ -94,7 +94,7 @@
size="mini"
@click="handleImport"
v-hasPermi="['mes:pro:proroute:import']"
- >上传附件
+ >批量上传附件
@@ -268,9 +268,9 @@
@@ -367,6 +367,11 @@ export default {
cancel() {
this.open = false;
this.reset();
+ },
+ // 取消按钮
+ cancel1() {
+ this.openImport = false;
+ this.reset();
},
// 表单重置
reset() {
@@ -413,7 +418,7 @@ export default {
handleImport(row) {
this.reset();
this.openImport = true;
- this.title1 = "上传附件";
+ this.title1 = "批量上传附件";
this.optType = "import";
const routeIds = row.routeId || this.ids;
console.log(routeIds);