修改bug
This commit is contained in:
parent
81fd648412
commit
4d2ff3edcf
@ -81,10 +81,10 @@
|
||||
title="凭证效验"
|
||||
trigger="click"
|
||||
v-model="proofitem.visible">
|
||||
<el-form class="mt-8" :ref="`ruleFormEffect${index}`"
|
||||
<el-form class="m-16" :ref="`ruleFormEffect${index}`"
|
||||
:model="proofitem"
|
||||
:rules="rulesClientRepayment"
|
||||
label-width="130px">
|
||||
label-width="80px">
|
||||
<el-form-item label="凭证金额" prop="amount" style="margin-bottom: 10px;">
|
||||
<el-input class="inputpaddingtop2"
|
||||
size="small"
|
||||
@ -282,13 +282,10 @@ import api from "@/services/caseManagement";
|
||||
proofitem.caseId =undefined
|
||||
proofitem.proofUrl =undefined
|
||||
api.gettraceProof_valid(proofitem).then(res => {
|
||||
if(!res.code){
|
||||
|
||||
this.ProofList.forEach((item,index) =>{
|
||||
if(index == indexnum){item.visible = false}
|
||||
})
|
||||
this.getProofList()
|
||||
}
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user