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