This commit is contained in:
shijing 2022-07-15 08:46:11 +08:00
commit 3f939338bd
2 changed files with 5 additions and 6 deletions

View File

@ -158,7 +158,7 @@ export default {
this.postOptions = [];
this.$API.ecm.event.cate.req({ completed: false,start_create:craeteTime }).then((res) => {
this.$API.ecm.event.cateAgg.req({ completed: false,start_create:craeteTime }).then((res) => {
res.details.forEach((itemI, indexI) => {
this.postOptions.push({ value: itemI.count, name: itemI.cate__name });
});

View File

@ -165,7 +165,7 @@ export default {
//
getOperation() {
this.$API.opm.operation.list
.req({ page: 1, page_size: 1, state: 10 })
.req({ page: 1, page_size: 1, state: 40 })
.then((res) => {
this.operationnumber = res.count;
});
@ -173,7 +173,7 @@ export default {
//
getRpj() {
this.$API.rpm.rpj.list
.req({ page: 1, page_size: 1, state: 10 })
.req({ page: 1, page_size: 1, state: 40 })
.then((res) => {
this.rpjnumber = res.count;
});
@ -181,7 +181,7 @@ export default {
//访
getVisit() {
this.$API.vm.visit.list
.req({ page: 1, page_size: 1, state: 10 })
.req({ page: 1, page_size: 1, state: 40 })
.then((res) => {
this.visitnumber = res.count;
});
@ -276,8 +276,7 @@ export default {
.count-list {
display: flex;
flex-wrap: wrap;
margin-bottom: 8px;
margin-left: 30px;
.count-list-item {
width: 33.3333%;
height: 50%;