Commit 3c8df099 by xue_wengang

Update xczlzl.vue

parent 91ea8f1a
......@@ -86,8 +86,8 @@ export default {
//查询条件
limit: 10,
page: 1,
startTime: "",
endTime: "",
startTime: this.$moment().subtract(1, "year").format("YYYY-MM-DD"),
endTime: this.$moment().format("YYYY-MM-DD"),
},
cxQueryField: [
//查询条件
......@@ -95,7 +95,7 @@ export default {
name: "建立时间",
id: "startTime",
id2: "endTime",
type: "zdyDate",
type: "zdyDateTh",
value: "",
col: "3",
},
......@@ -182,12 +182,6 @@ export default {
this.getCountTbXwXczl();
this.$store.commit("user/SET_Menu", this.Menu);
this.$store.commit("user/SET_Header", this.header);
this.cxFormData.startTime = new Date(
this.$moment(new Date().getTime() - 31536000000).format("YYYY-MM-DD")
);
this.cxFormData.endTime = new Date(
this.$moment(new Date().getTime()).format("YYYY-MM-DD")
);
},
mounted() {},
methods: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment