This commit is contained in:
X1627315083
2024-02-02 17:50:08 +08:00
parent 058574d1fd
commit 62d86519ca

View File

@@ -624,12 +624,12 @@ export default defineComponent({
this.upload.gender = newVal.value
},
searchPictureName(newVal,oldVal){
clearTimeout(this.getLibraryListInputTime)
this.getLibraryListInputTime = setTimeout(() => {
if(newVal != oldVal){
this.currentPage = 1
}
}, 500);
// clearTimeout(this.getLibraryListInputTime)
// this.getLibraryListInputTime = setTimeout(() => {
// if(newVal != oldVal){
// this.currentPage = 1
// }
// }, 500);
},
},
async mounted(){