邓洁 : 修改页面细节
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user