This commit is contained in:
X1627315083
2024-10-18 13:10:49 +08:00
parent d06a6e49d5
commit aaa5c7c9a5

View File

@@ -727,7 +727,7 @@ export default defineComponent({
}), }),
upload: { upload: {
isPin: 0, isPin: 0,
gender:'', gender:this_.sex,
level1Type: this_.selectCode, level1Type: this_.selectCode,
timeZone: Intl.DateTimeFormat().resolvedOptions().timeZone, timeZone: Intl.DateTimeFormat().resolvedOptions().timeZone,
}, },
@@ -736,9 +736,6 @@ export default defineComponent({
}; };
}, },
watch:{ watch:{
sex(newVal,oldVal){
this.upload.gender = newVal
},
searchPictureName(newVal,oldVal){ searchPictureName(newVal,oldVal){
// clearTimeout(this.getLibraryListInputTime) // clearTimeout(this.getLibraryListInputTime)
// this.getLibraryListInputTime = setTimeout(() => { // this.getLibraryListInputTime = setTimeout(() => {