对接握手流程
修改文档库详情的标注分解单的显隐
This commit is contained in:
@@ -245,7 +245,7 @@
|
||||
<a class="text" @click="download(record)">
|
||||
{{$t('download')}}
|
||||
</a>
|
||||
<a class="text" @click="breakdown(record)">
|
||||
<a class="text" @click="breakdown(record)" v-if="record.splitFlag == 1">
|
||||
{{$t('StandardBreakdown')}}
|
||||
</a>
|
||||
</span>
|
||||
@@ -348,7 +348,7 @@
|
||||
clickButtonToUpload(item) {
|
||||
this.loading = true
|
||||
this.visibleFile = true
|
||||
getAction('sys/common/getFileInfos', { id: item.join(',') }).then((res) => {
|
||||
getAction('document/bussDocumentLibraryEO/getFileInfos', { id: item.join(',') }).then((res) => {
|
||||
if (res.success) {
|
||||
this.dataSourceFile = res.result
|
||||
this.loading = false
|
||||
|
||||
Reference in New Issue
Block a user