Commit 3c8df099 by xue_wengang

Update xczlzl.vue

parent 91ea8f1a
...@@ -86,8 +86,8 @@ export default { ...@@ -86,8 +86,8 @@ export default {
//查询条件 //查询条件
limit: 10, limit: 10,
page: 1, page: 1,
startTime: "", startTime: this.$moment().subtract(1, "year").format("YYYY-MM-DD"),
endTime: "", endTime: this.$moment().format("YYYY-MM-DD"),
}, },
cxQueryField: [ cxQueryField: [
//查询条件 //查询条件
...@@ -95,7 +95,7 @@ export default { ...@@ -95,7 +95,7 @@ export default {
name: "建立时间", name: "建立时间",
id: "startTime", id: "startTime",
id2: "endTime", id2: "endTime",
type: "zdyDate", type: "zdyDateTh",
value: "", value: "",
col: "3", col: "3",
}, },
...@@ -182,12 +182,6 @@ export default { ...@@ -182,12 +182,6 @@ export default {
this.getCountTbXwXczl(); this.getCountTbXwXczl();
this.$store.commit("user/SET_Menu", this.Menu); this.$store.commit("user/SET_Menu", this.Menu);
this.$store.commit("user/SET_Header", this.header); 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() {}, mounted() {},
methods: { 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