소스 검색

订单任务机构名称验证问题修复

rancho 1 년 전
부모
커밋
e1f4a94217
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/audit/orderTask/components/focus.vue

+ 1 - 0
src/views/audit/orderTask/components/focus.vue

@@ -31,6 +31,7 @@
 			this.$emit('getSupplierModal', e[0])
 			// console.log(e[0]);
 			// this.$emit('onChange', e[0])
+			this.$emit('onChange', e[0].name)
 			
 		}
 	}