修改高清导出倍率样式
This commit is contained in:
@@ -230,6 +230,7 @@ export default defineComponent({
|
||||
startTime: "",
|
||||
}
|
||||
Https.axiosPost(Https.httpUrls.getTasksHistory,data).then((rv)=>{
|
||||
this.isShowMark = false
|
||||
this.currentPage += 1
|
||||
if(this.currentPage > 1 && rv.content.length == 0){
|
||||
this.currentPage = 1
|
||||
@@ -247,7 +248,6 @@ export default defineComponent({
|
||||
if(!this.getTaskTime){
|
||||
this.getTaskList()
|
||||
}
|
||||
this.isShowMark = false
|
||||
// if(this.taskListMore.indexOf('success'))
|
||||
}
|
||||
}).catch((rv) => {
|
||||
|
||||
Reference in New Issue
Block a user