修改上传

This commit is contained in:
2020-11-02 14:22:57 +08:00
parent 5fceedfd1d
commit 6dddc2cd7a
5 changed files with 514 additions and 456 deletions

View File

@@ -804,6 +804,10 @@ export default defineComponent({
// }
for(const i in uesrinfo.willsay){
if(uesrinfo.willsay[i].name == '请选择'){
console.log(111)
break;
}
for(const j in chiveslist.value[1]){
if(uesrinfo.willsay[i].name == chiveslist.value[1][j].name){
uesrinfo.willsay[i].name = chiveslist.value[1][j].languageid
@@ -814,6 +818,10 @@ export default defineComponent({
const arr: any = {};
for(const i in uesrinfo.willsay){
// const a: any = {};
if(uesrinfo.willsay[i].name == '请选择'){
console.log(111)
break;
}
arr[uesrinfo.willsay[i].name] = uesrinfo.willsay[i].level
// arr.push(a);
// arr.push({uesrinfo.willsay[i].name})