fix
This commit is contained in:
@@ -624,12 +624,12 @@ export default defineComponent({
|
|||||||
this.upload.gender = newVal.value
|
this.upload.gender = newVal.value
|
||||||
},
|
},
|
||||||
searchPictureName(newVal,oldVal){
|
searchPictureName(newVal,oldVal){
|
||||||
clearTimeout(this.getLibraryListInputTime)
|
// clearTimeout(this.getLibraryListInputTime)
|
||||||
this.getLibraryListInputTime = setTimeout(() => {
|
// this.getLibraryListInputTime = setTimeout(() => {
|
||||||
if(newVal != oldVal){
|
// if(newVal != oldVal){
|
||||||
this.currentPage = 1
|
// this.currentPage = 1
|
||||||
}
|
// }
|
||||||
}, 500);
|
// }, 500);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
async mounted(){
|
async mounted(){
|
||||||
|
|||||||
Reference in New Issue
Block a user