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

+ 2 - 0
src/views/allocationManagement/transferOut/list.vue

@@ -266,6 +266,8 @@ export default {
       this.queryParam.targetName = ''
       this.queryParam.allocateTypeSn = undefined
       this.queryParam.state = undefined
+      this.queryParam.checkStatus = undefined
+      this.queryParam.printState = undefined
       this.queryParam.allocateNo = ''
       this.$refs.table.refresh(true)
     },