[update] 树形弹框
This commit is contained in:
@@ -136,7 +136,7 @@ export default {
|
||||
immediate: true,
|
||||
handler (val) {
|
||||
console.log('-------------optionsHref', val)
|
||||
if (val === '/laws/standard/partName/') {
|
||||
if (val === '/laws/standard/partName/queryFirstList') {
|
||||
// 是涉及系统/部件
|
||||
this.replaceFields = { children: 'childPartNameList', title: 'name', key: 'id' }
|
||||
this.lazyLoadHref = '/laws/standard/partName/getChild'
|
||||
@@ -416,7 +416,7 @@ export default {
|
||||
}
|
||||
let url
|
||||
// 涉及系统/部件
|
||||
if (this.optionsHref === '/laws/standard/partName/') {
|
||||
if (this.optionsHref === '/laws/standard/partName/queryFirstList') {
|
||||
url = '/laws/standard/partName/echo'
|
||||
} else { // 标签库
|
||||
// url = '/laws/lawsLabelDatabase/queryByCodes'
|
||||
|
||||
Reference in New Issue
Block a user