no message
This commit is contained in:
@@ -99,13 +99,15 @@ export default {
|
||||
let pageSize = page.size;
|
||||
|
||||
|
||||
const params = {
|
||||
let params = {
|
||||
type: 2,
|
||||
page: page.num,
|
||||
pageSize: page.size,
|
||||
isPar: true,
|
||||
};
|
||||
|
||||
if(this.curTab != 0){
|
||||
params['categoryId'] = this.tabList[this.curTab].id;
|
||||
}
|
||||
searchList(params).then(res => {
|
||||
|
||||
let curPageLen = res.data.length;
|
||||
@@ -176,6 +178,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
.content-two {
|
||||
|
||||
height: calc(100vh );
|
||||
|
||||
Reference in New Issue
Block a user