浏览代码

需求修改

zt 5 月之前
父节点
当前提交
b3573c22f3
共有 1 个文件被更改,包括 3 次插入0 次删除
  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)