lilei 3 년 전
부모
커밋
96a4055cb8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/allocationManagement/transferOut/list.vue

+ 1 - 1
src/views/allocationManagement/transferOut/list.vue

@@ -251,7 +251,7 @@ export default {
   methods: {
     custChange (val) {
       this.queryParam.receiverSn = val.key || ''
-      this.queryParam.receiverName = val.name || ''
+      // this.queryParam.receiverName = val.name || ''
     },
     //  创建时间  change
     dateChange (date) {