lct
Your Name
2022-08-20 52cdea9a329e0835fc30ef8c3ebb7263658cf38d
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
            }