修改查询提成的bug
This commit is contained in:
parent
556ef20c6e
commit
1dc7e70f73
@ -94,6 +94,7 @@ export default {
|
||||
});
|
||||
},
|
||||
selectDate() {
|
||||
this.page = 1;
|
||||
this.show = false;
|
||||
const date = new Date(this.value1);
|
||||
const year = date.getFullYear();
|
||||
@ -107,6 +108,7 @@ export default {
|
||||
this.value1 = Number(new Date());
|
||||
this.list = [];
|
||||
this.totalRoyalty = 0;
|
||||
this.page = 1;
|
||||
this.getRoyalty();
|
||||
},
|
||||
formatDate(timestamp) {
|
||||
|
Loading…
Reference in New Issue
Block a user