zt hai 5 meses
pai
achega
b3573c22f3

+ 3 - 0
src/views/workflow/components/myProcess/applyAgainPayment.vue

@@ -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)