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