工作台改版
parent
277ffa5def
commit
727d4f8c19
|
@ -3602,8 +3602,9 @@ export function getReadingCalculationData(param) {
|
|||
|
||||
export function getTrialSignDocumentList(param) {
|
||||
return request({
|
||||
url: `/TrialDocument/getTrialSignDocumentList?IsSigned=true&PageIndex=${param.pageIndex}&PageSize=${param.pageSize}`,
|
||||
method: 'get'
|
||||
url: `/TrialDocument/getTrialSignDocumentList`,
|
||||
method: 'post',
|
||||
data: param
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
size="small"
|
||||
:rules="rules"
|
||||
label-width="170px"
|
||||
@submit.native.prevent
|
||||
>
|
||||
<div class="base-dialog-body" style="position: relative;padding-top: 50px">
|
||||
<el-button @click="openSiteCodeHistory" type="text" style="position: absolute;right: 10px;top: 10px;">{{$t('trials:consistencyAnalysisRule:table:SiteCodeHistory')}}</el-button>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<el-row>
|
||||
<el-col :span="12">
|
||||
<!-- 待签署的系统文件 -->
|
||||
<h3>{{ $t('trials:workbench:title:sysDocBeSigned') }}</h3>
|
||||
<h3>{{ $t('trials:workbench:title:trialDocSigned') }}</h3>
|
||||
</el-col>
|
||||
<el-col :span="12" style="text-align:right;">
|
||||
<h3>
|
||||
|
@ -108,6 +108,7 @@ import PreviewFile from '@/components/PreviewFile/index'
|
|||
import SignForm from '@/views/trials/trials-panel/attachments/self-attachment/components/SignForm'
|
||||
const searchDataDefault = () => {
|
||||
return {
|
||||
IsSigned: true,
|
||||
pageIndex: 1,
|
||||
pageSize: 20,
|
||||
asc: true,
|
||||
|
|
Loading…
Reference in New Issue