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, totalCount: 0,
pageNum: 1, pageNum: 1,
pageSize: 5 pageSize: 10
}; };
}, },
created() { created() {
@@ -240,7 +240,7 @@
return return
} }
try { try {
let res = await instOperation(type) let res = await instOperation(this.pkId, type)
this.disabled = false this.disabled = false
this.toSearch() this.toSearch()
uni.showToast({ uni.showToast({
@@ -263,7 +263,7 @@
.grid-wrap .grid-wrap
height: auto height: auto
overflow: 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 /deep/ .uni-calendar-item__weeks-box-item
height: 40px !important height: 40px !important
</style> </style>