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