lilei 2 주 전
부모
커밋
4d2743973c
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      src/views/financialManagement/companyReceivablePayableNew/list.vue

+ 6 - 0
src/views/financialManagement/companyReceivablePayableNew/list.vue

@@ -188,6 +188,12 @@ export default {
     }
   },
   methods: {
+    // 选择审核时间
+    auditDateChange (date) {
+      this.auditTime = date
+      this.queryParam.beginDate = date[0]
+      this.queryParam.endDate = date[1]
+    },
     //  导出
     handleExport () {
       const _this = this