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