This commit is contained in:
2023-04-03 08:56:06 +08:00
parent f4c5e27dfb
commit 40fcacaca6

View File

@@ -151,7 +151,7 @@
},
totalCount: 0,
pageNum: 1,
pageSize: 5
pageSize: 10
};
},
created() {
@@ -240,7 +240,7 @@
return
}
try {
let res = await instOperation(type)
let res = await instOperation(this.pkId, type)
this.disabled = false
this.toSearch()
uni.showToast({
@@ -263,7 +263,7 @@
.grid-wrap
height: auto
overflow: auto
// height: calc(100% - 337px); /** 42+ 15*8+ 35*5 */
height: calc(100% - 337px); /** 42+ 15*8+ 35*5 */
/deep/ .uni-calendar-item__weeks-box-item
height: 40px !important
</style>