Browse Source

需求修改

zt 7 months ago
parent
commit
b3573c22f3
1 changed files with 3 additions and 0 deletions
  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)