| | |
| | | </el-row> |
| | | <template #footer> |
| | | <span class="dialog-footer"> |
| | | <el-button @click="handleClose()" size="default">关闭</el-button> |
| | | <el-button @click="closeDialog()" size="default">关闭</el-button> |
| | | <el-button type="primary" @click="submitForm" size="default">确定</el-button> |
| | | </span> |
| | | </template> |
| | |
| | | }; |
| | | // 右方点击添加后显示标签 |
| | | const dynamicTags = ref([]); |
| | | const closeDialog=()=>{ |
| | | dialogVisible.value = false |
| | | handleClose() |
| | | }; |
| | | const handleClose = () => { |
| | | dynamicTags.value = []; |
| | | radio1.value = ''; |
| | |
| | | checkedItem, |
| | | submitReset, |
| | | submitForm, |
| | | closeDialog |
| | | }; |
| | | }, |
| | | }); |