浏览代码

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

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()
         },
         // 获取数据