From 52cdea9a329e0835fc30ef8c3ebb7263658cf38d Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期六, 20 八月 2022 10:12:05 +0800 Subject: [PATCH] lct --- src/views/goalManagement/targetEscalation/component/Dailog.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/goalManagement/targetEscalation/component/Dailog.vue b/src/views/goalManagement/targetEscalation/component/Dailog.vue index e565f88..bf223b6 100644 --- a/src/views/goalManagement/targetEscalation/component/Dailog.vue +++ b/src/views/goalManagement/targetEscalation/component/Dailog.vue @@ -10,7 +10,7 @@ <template #footer> <span class="dialog-footer"> <el-button @click="dialogVisible = false">关闭</el-button> - <el-button type="primary" @click="dialogVisible = false">确定</el-button> + <!-- <el-button type="primary" @click="dialogVisible = false">确定</el-button> --> </span> </template> </el-dialog> @@ -28,6 +28,7 @@ searchParams: { relateId: '', ////检查记录ID relateType:"", + gmtCreate:[], }, }); const tableData = ref(); @@ -35,7 +36,7 @@ dialogVisible.value = true; form.value.searchParams.relateId=data form.value.searchParams.relateType=type - goalManagementApi().getworkApproveListCheckData(form.value).then(res=>{ + goalManagementApi().getworkApproveListCode(form.value).then(res=>{ if(res.data.code==200){ tableData.value=res.data.data } -- Gitblit v1.9.2