|
@@ -351,6 +351,9 @@ export default {
|
|
|
this.getUserInfo(row.applyUser)
|
|
|
const { data } = await this.baseRequest1('ApplyPaymentSettleController', 'getInfoByFlowMainId', { flowMainId: row.id })
|
|
|
this.formData = data
|
|
|
+ if (this.formData.isNoContract || this.formData.isNoContract == 0) {
|
|
|
+ this.formData.isNoContract = String(this.formData.isNoContract)
|
|
|
+ }
|
|
|
if (data.fileDataIds) {
|
|
|
const { data: fileTaoTaoList } = await this.baseRequest1('FileZtController', 'findFileInfoByIds/' + data.fileDataIds, '')
|
|
|
console.log(fileTaoTaoList.data)
|