From 999cab6fb3fc6d2a288d365da991351c5a396bf0 Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期三, 21 九月 2022 15:53:18 +0800 Subject: [PATCH] 删除无用页面 --- src/views/goalManagement/performanceAppraisal/component/DailogSearch.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/goalManagement/performanceAppraisal/component/DailogSearch.vue b/src/views/goalManagement/performanceAppraisal/component/DailogSearch.vue index cb5bd86..d50ea80 100644 --- a/src/views/goalManagement/performanceAppraisal/component/DailogSearch.vue +++ b/src/views/goalManagement/performanceAppraisal/component/DailogSearch.vue @@ -15,7 +15,7 @@ <el-input v-model="ruleForm.checkPass" placeholder="目标指标编号" /> </el-form-item> </el-col> --> - <el-col :span="6" :offset="1"> + <el-col :span="11" :offset="1"> <el-form-item> <el-button size="default" type="primary" @click="listApi()">查询</el-button> <el-button size="default" @click="reset">重置</el-button> @@ -137,7 +137,7 @@ const radio1 = ref(''); const list=ref([]) const radio = (event: any) => { - + goalManagementApi() .getexamineTemplateDetail(event.id) .then((res) => { -- Gitblit v1.9.2