From 9458b8d7c50e56e96f21c70dd3bab7cc15b9a368 Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: 星期四, 15 九月 2022 10:11:54 +0800
Subject: [PATCH] Default Changelist
---
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