|
|
@ -808,7 +808,7 @@ export default { |
|
|
|
this.listQuery.templateId = this.id |
|
|
|
this.form.templateId = this.id |
|
|
|
this.formLabelAlign.templateId = this.id |
|
|
|
|
|
|
|
console.log(this.id, 6666) |
|
|
|
if (this.id) { |
|
|
|
this.loadFormData(this.index) |
|
|
|
this.getList() |
|
|
@ -823,7 +823,7 @@ export default { |
|
|
|
this.getTemplateIdentification() |
|
|
|
}, |
|
|
|
getJylbList() { |
|
|
|
this.getCategoryList('jylb', null, null) |
|
|
|
this.getNeibuList('jylb', null, null) |
|
|
|
}, |
|
|
|
addTemFn() { |
|
|
|
this.dialogVisible1 = true |
|
|
@ -1002,7 +1002,7 @@ export default { |
|
|
|
getNblbListByJylb(val) { |
|
|
|
const sbzl = this.formTemplate.shebeizhongleidaima |
|
|
|
this.neibuleibie = [] |
|
|
|
this.getCategoryList('nblb', val, sbzl) |
|
|
|
this.getNeibuList('nblb', val, sbzl) |
|
|
|
}, |
|
|
|
handleClick(e) { |
|
|
|
this.activeName = e.index |
|
|
@ -1015,8 +1015,7 @@ export default { |
|
|
|
// 新增与内部类别级联关系 |
|
|
|
const jylb = this.formTemplate.jianyanleibie |
|
|
|
this.neibuleibie = [] |
|
|
|
this.getCategoryList('nblb', jylb, val) |
|
|
|
|
|
|
|
this.getNeibuList('nblb', jylb, val) |
|
|
|
this.shebeipinzhongdaima = [] |
|
|
|
this.sbpzLevelStatus = false |
|
|
|
this.getSbList( |
|
|
@ -1066,23 +1065,16 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
getCategoryList(type, parentCode, species) { |
|
|
|
getNeibuList(type, parentCode, species) { |
|
|
|
this.api({ |
|
|
|
url: '/category/all', |
|
|
|
url: '/category/getCategoryList', |
|
|
|
method: 'get', |
|
|
|
params: { |
|
|
|
parentCode: parentCode, |
|
|
|
species: species |
|
|
|
} |
|
|
|
}).then((data) => { |
|
|
|
switch (type) { |
|
|
|
case 'jylb': |
|
|
|
this.jylbList = data |
|
|
|
return '' |
|
|
|
case 'nblb': |
|
|
|
this.nblbList = data |
|
|
|
return '' |
|
|
|
} |
|
|
|
}) |
|
|
|
}, |
|
|
|
loadFormData(index) { |
|
|
@ -1099,7 +1091,7 @@ export default { |
|
|
|
) |
|
|
|
this.neibuleibie = JSON.parse(this.formTemplate.neibuleibie) |
|
|
|
this.getDicCodeList(this.formTemplate.bglx) |
|
|
|
this.getCategoryList( |
|
|
|
this.getNeibuList( |
|
|
|
'nblb', |
|
|
|
this.formTemplate.jianyanleibie, |
|
|
|
this.formTemplate.shebeizhongleidaima |
|
|
|