页面调整

This commit is contained in:
曹磊 2024-08-24 14:38:13 +08:00
parent 5af618230c
commit 9af0fecbfc
1 changed files with 5 additions and 3 deletions

View File

@ -675,10 +675,12 @@ import { serverPaths } from '@/utils/enumData'
// this.classifyIds = row.classifyId // this.classifyIds = row.classifyId
this.classifyIds = []; this.classifyIds = [];
let classifyList = row.artificerClassifyList; let classifyList = row.artificerClassifyList;
if(classifyList!=null){
for(let i=0;i<classifyList.length;i++){ for(let i=0;i<classifyList.length;i++){
let classify = classifyList[i]; let classify = classifyList[i];
this.classifyIds.push(classify["classifyId"]); this.classifyIds.push(classify["classifyId"]);
} }
}
this.name = row.name this.name = row.name
this.sex = row.sex this.sex = row.sex
this.address = row.address this.address = row.address