src/components/formTypeComponets/dialog/index.vue
@@ -29,7 +29,7 @@ <el-button v-if="isShowSumbitBut" type="primary" @click="close()" @click="handleSumbmit()" > 确 定 </el-button> @@ -81,8 +81,9 @@ this.visible = false this.$emit('update:dialogVisible', false) }, handleClose () { handleSumbmit () { this.close() this.$emit('dialogSubmit', false) } } }