This commit is contained in:
2025-07-19 20:33:14 +08:00
parent 671e33492d
commit 1074049a6b
7 changed files with 48 additions and 110 deletions

View File

@ -86,7 +86,7 @@
<div style="width: 100%;" class="mt10">
<el-form-item prop="bkfj" label="上传附件" style="width: 100%;">
<div>
<MOSTY.Upload :limit="10" :isImg="false" v-model="listQuery.bkfj" />
<MOSTY.Upload :showBtn="true" :limit="10" :isImg="false" :isAll="true" v-model="listQuery.bkfj" />
<div>支持pngjpgpdf文件上传</div>
</div>
</el-form-item>
@ -248,7 +248,7 @@ const get_bkqy_list = (row) =>{
// 根据id获取详情
const getDataById = (id) =>{
qcckGet({},'/mosty-gsxt/tbGsxtBk/selectVoById/'+id).then(res=>{
res.bkfj = res.bkfj ? res.bkfj.split(',') : [];
res.bkfj = res.ossList || [];
res.bkqyList = res.qyList ? res.qyList.map(v=>v.id) : [];
listQuery.value = res || {}
})