[update] 树形弹框

This commit is contained in:
lideqin
2024-08-08 09:15:18 +08:00
parent 325baf72b2
commit b78de96fdc
@@ -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'