Commit 130906ac by caoyanzhi

Merge branch 'feature/4月-菜单和权限' into dev

parents a77c2d7c b8010d2a
......@@ -413,11 +413,6 @@ export default {
}
},
mounted() {
let that = this;
that.activeBrand = that.brandId;
if (!!that.brandId) {
that.getTableList();
}
let start = new Date();
start = new Date(start.setMonth(start.getMonth() - 3));
const end = new Date();
......@@ -440,6 +435,11 @@ export default {
.padStart(2, '0')
);
this.conditionObj.dateRange = [startDate.join('-'), endDate.join('-')];
let that = this;
that.activeBrand = that.brandId;
if (!!that.brandId) {
that.getTableList();
}
},
components: {
multipleDel,
......
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