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