From 7f09231515f98280c2716dcc8a3635f7afe9fae3 Mon Sep 17 00:00:00 2001 From: libing Date: Wed, 13 Dec 2023 17:21:29 +0800 Subject: [PATCH] 11 --- src/views/emis/emisCountry/index.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/emis/emisCountry/index.vue b/src/views/emis/emisCountry/index.vue index 28f67ea7..55f82de6 100644 --- a/src/views/emis/emisCountry/index.vue +++ b/src/views/emis/emisCountry/index.vue @@ -22,7 +22,7 @@ icon="el-icon-plus" :disabled="false" @click="handleContinentAdd" - v-hasPermi="['emis:emisContinent:add']"> + v-hasPermi="['emis:emisContinent:add']"> @@ -239,7 +239,6 @@ - @@ -382,9 +381,8 @@ export default { handleContinentAdd(row) { this.reset(); this.openForm = true; - this.titleForm = "新增"; + this.title = "新增"; }, - handleUpdateContinent(row){ //console.log(row); this.currentContinentId = row.id || this.ids; @@ -449,6 +447,9 @@ export default { this.open = false; this.reset(); }, + //cancelContinent() { + // this.openContinent = false; + //}, // 表单重置 reset() { this.form = {