From 4143dd39ce8d0386ed277c326eca6c72c670b0fd Mon Sep 17 00:00:00 2001 From: A0010407 Date: Thu, 24 Aug 2023 07:03:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=B9=E9=87=8F=E4=B8=8A=E4=BC=A0=E9=99=84?= =?UTF-8?q?=E4=BB=B6BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/technology/proroute/index.vue | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/views/technology/proroute/index.vue b/src/views/technology/proroute/index.vue index 2728a28..d5de939 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);