页面调整
This commit is contained in:
parent
5af618230c
commit
9af0fecbfc
|
@ -675,9 +675,11 @@ import { serverPaths } from '@/utils/enumData'
|
|||
// this.classifyIds = row.classifyId
|
||||
this.classifyIds = [];
|
||||
let classifyList = row.artificerClassifyList;
|
||||
for(let i=0;i<classifyList.length;i++){
|
||||
let classify = classifyList[i];
|
||||
this.classifyIds.push(classify["classifyId"]);
|
||||
if(classifyList!=null){
|
||||
for(let i=0;i<classifyList.length;i++){
|
||||
let classify = classifyList[i];
|
||||
this.classifyIds.push(classify["classifyId"]);
|
||||
}
|
||||
}
|
||||
this.name = row.name
|
||||
this.sex = row.sex
|
||||
|
|
Loading…
Reference in New Issue