lilei 2 years ago
parent
commit
96a4055cb8
1 changed files with 1 additions and 1 deletions
  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) {