| | |
| | | <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> |
| | |
| | | searchParams: { |
| | | relateId: '', ////检查记录ID |
| | | relateType:"", |
| | | gmtCreate:[], |
| | | }, |
| | | }); |
| | | const tableData = ref(); |
| | |
| | | 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 |
| | | } |