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