This commit is contained in:
X1627315083
2023-12-14 13:26:51 +08:00
parent 2501211bea
commit ac049f8198
5 changed files with 7 additions and 5 deletions

View File

@@ -443,6 +443,7 @@ export default defineComponent({
},
workspaceCom(newVal,oldVal){
this.workspace = newVal
this.upload.gender = newVal.sexEnum.name
this.getPosition()
},
},
@@ -568,6 +569,7 @@ export default defineComponent({
bor = false
}
if(!bor){
let res = JSON.parse(file.xhr.response);
let index = -1;
this.uploadList.forEach((ele, index1) => {
if (file.uid === ele.uid) {