fix
This commit is contained in:
@@ -274,20 +274,9 @@ export default defineComponent({
|
||||
endDate:endDate,
|
||||
intersection:this.intersection,
|
||||
}
|
||||
// console.log(this.value.labelValue);
|
||||
|
||||
// let data = {
|
||||
// classificationIdList:labelArr,
|
||||
// level1Type:this.selectCode,
|
||||
// level2Type:'',
|
||||
// page:1,
|
||||
// modelSex:'',
|
||||
// pictureName:this.searchCollectionName,
|
||||
// size:this.pageSize,
|
||||
// intersection:this.intersection,
|
||||
// }
|
||||
Https.axiosPost( Https.httpUrls.queryUserGroup, data).then(
|
||||
// Https.axiosPost( Https.httpUrls.queryLibraryPage, data).then(
|
||||
Https.axiosPost( Https.httpUrls.historyProject, data).then(
|
||||
// Https.axiosPost( Https.httpUrls.queryUserGroup, data).then(
|
||||
(rv: any) => {
|
||||
if(this.currentPage > 1 && rv.content.length == 0){
|
||||
this.currentPage = 1
|
||||
|
||||
Reference in New Issue
Block a user