Browse Source

解决 登记薄批量导出 缺陷

zhulu 1 năm trước cách đây
mục cha
commit
33ac3eaa8d
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      src/views/registerBook/index.vue

+ 1 - 2
src/views/registerBook/index.vue

@@ -26,7 +26,6 @@
                 <el-date-picker
                   v-model="queryParams.date"
                   type="month"
-                  format="yyyy-MM-dd"
                   value-format="yyyy-MM-dd"
                   placeholder="请选择保存日期">
                 </el-date-picker>
@@ -230,7 +229,7 @@ export default {
     };
   },
   created() {
-    this.queryParams.date=new date();
+    // this.queryParams.date=new date();
     this.getList();
   },
   methods: {