From 870d0b78a4da7ee5ec4ba9c18609a3ca09621e78 Mon Sep 17 00:00:00 2001 From: shj <1790240199@qq.com> Date: 星期二, 12 七月 2022 16:24:20 +0800 Subject: [PATCH] 目标 --- src/views/goalManagement/Incentivestandard/component/DailogAdd.vue | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/src/views/goalManagement/Incentivestandard/component/DailogAdd.vue b/src/views/goalManagement/Incentivestandard/component/DailogAdd.vue index 8cc7bda..aa4698c 100644 --- a/src/views/goalManagement/Incentivestandard/component/DailogAdd.vue +++ b/src/views/goalManagement/Incentivestandard/component/DailogAdd.vue @@ -43,14 +43,11 @@ </span> </template> </el-dialog> - <DailogSearch ref="Shows"></DailogSearch> </template> <script lang="ts"> import { defineComponent, ref, reactive } from 'vue'; import { Search } from '@element-plus/icons-vue'; -import DailogSearch from '../../../../components/DailogSearch/DailogSearch.vue'; export default defineComponent({ - components: { DailogSearch }, setup() { const dialogVisible = ref<boolean>(false); const form = reactive({ @@ -70,18 +67,11 @@ const activeName = ref('1'); // 表格 - // 安全目标指标弹窗 - const Shows = ref(); - const daiInpt = () => { - Shows.value.openDailog(); - }; return { form, dialogVisible, openDailog, activeName, - Shows, - daiInpt, Search, }; }, -- Gitblit v1.9.2