指令
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user