@@ -2,7 +2,7 @@
<hc-drawer v-model="isShow" to-id="node-card-plan" is-close>
<hc-card>
<template #header>
- <el-link type="primary">返回</el-link>
+ <el-link type="primary" @click="goBack">返回</el-link>
</template>
<template #extra>
<HcTooltip keys="system-service-plan-save-btn">
@@ -97,6 +97,9 @@ const isTableForm = ref(false)
const tableFormRender = (form) => {
isTableForm.value = form.isRenderForm
}
+const goBack = () => {
+ isShow.value = false
+}
</script>
<style scoped lang="scss">
@@ -63,6 +63,7 @@
<script setup>
import { nextTick, ref, watch } from 'vue'
import fromDrawer from './fromDrawer.vue'
+
//搜索表单
const searchForm = ref({
key1: null, ke2: null, key3: null, key4: null, startTimeValue: null, endTimeValue: null,