소스 검색

证件管理和物资登记单重置筛选

jbb 2 년 전
부모
커밋
2383b7d4b2
2개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/system/CertificateManagement.vue
  2. 1 0
      src/views/system/MaterialRegistration.vue

+ 2 - 0
src/views/system/CertificateManagement.vue

@@ -199,6 +199,8 @@
         //重置
         searchReset(){
           this.queryParam={}
+          this.beDate = ''
+          this.enDate = ''
           this.getData()
         },
         // 获取数据

+ 1 - 0
src/views/system/MaterialRegistration.vue

@@ -222,6 +222,7 @@ import moment from 'moment'
         //重置
         searchReset(){
           this.queryParam ={}
+          this.buyTime = ''
           this.getData()
         },
         // 获取数据