17755135699 1 tahun lalu
induk
melakukan
9194c623dd
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      pages/house/createOrder.vue

+ 1 - 1
pages/house/createOrder.vue

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