取出材质图片水印

This commit is contained in:
X1627315083
2024-03-28 13:44:05 +08:00
parent 7daed98dfc
commit 214995bdfb
28 changed files with 40 additions and 13 deletions

View File

@@ -153,11 +153,15 @@ export default defineComponent({
this.visible = true
// this.getTaskList()
this.isShowMark = true
let time = 1000
if(data){
time = 0
}
setTimeout(() => {
this.currentPage = 1
this.getTaskMoreList()
this.getTaskTime = null
}, 1000);
}, time);
},
sort(arr:any){
arr.sort((a:any, b:any) => {