17755135699 1 year ago
parent
commit
9194c623dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/house/createOrder.vue

+ 1 - 1
pages/house/createOrder.vue

@@ -467,10 +467,10 @@
 							if(i.payType){
 								payTypeName=this.flowTypeNames[i.payType-1];
 							}
+							
 							this.$set(this.dataForm.flowRecord[index],'flowTypeName',flowTypeName)
 							this.$set(this.dataForm.flowRecord[index],'payTypeName',payTypeName)
 						})
-						
 					}
 				})
 			},