zt hace 5 meses
padre
commit
b3573c22f3
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/views/workflow/components/myProcess/applyAgainPayment.vue

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