fix
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user