|
|
@ -319,7 +319,7 @@ export default { |
|
|
|
this.formobj = data |
|
|
|
this.formobj.instanceId = data.procInstId |
|
|
|
if (this.formobj.busVehicleApplyDetailList.length > 0) { |
|
|
|
req.selectNameByOrg({ modelSid: this.formobj.busVehicleApplyDetailList[0].modelSid }).then((res) => { |
|
|
|
req.selectNameByOrg({ modelSid: this.formobj.busVehicleApplyDetailList[0].vehicleSid }).then((res) => { |
|
|
|
if (res.success) { |
|
|
|
this.actualPay_list = res.data |
|
|
|
} |
|
|
|