diff --git a/src/views/HomeView/library.vue b/src/views/HomeView/library.vue index 1eeb9546..d5b79f01 100644 --- a/src/views/HomeView/library.vue +++ b/src/views/HomeView/library.vue @@ -727,7 +727,7 @@ export default defineComponent({ }), upload: { isPin: 0, - gender:'', + gender:this_.sex, level1Type: this_.selectCode, timeZone: Intl.DateTimeFormat().resolvedOptions().timeZone, }, @@ -736,9 +736,6 @@ export default defineComponent({ }; }, watch:{ - sex(newVal,oldVal){ - this.upload.gender = newVal - }, searchPictureName(newVal,oldVal){ // clearTimeout(this.getLibraryListInputTime) // this.getLibraryListInputTime = setTimeout(() => {