邓洁 : 修改页面细节

This commit is contained in:
邓洁
2023-11-08 22:36:54 +08:00
parent fa4af69d4c
commit 1c354f542e
6 changed files with 25 additions and 25 deletions

View File

@@ -157,12 +157,10 @@
</el-row>
</el-form>
<template #footer>
<!-- <span>-->
<el-button @click="handleCancel">取消</el-button>
<el-button type="primary" @click="handleSubmit(formInstance)">
确定
</el-button>
<!-- </span>-->
</template>
</el-dialog>
</div>
@@ -188,7 +186,6 @@ const loading = ref(true)
const list = ref([])
const tableTree = ref()
const isExpand = ref(true)
const deleteVisible = ref(false)
const isVisited = ref(false)
const title = ref('')
const form = ref({
@@ -314,7 +311,6 @@ const handleDel = (menuId) => {
if (res.code === 1000) {
ElMessage.success(res.msg)
getList()
deleteVisible.value = false
} else {
ElMessage.error(res.msg)
}