feat: 标准库
This commit is contained in:
@@ -45,9 +45,8 @@
|
||||
class="filter-tree"
|
||||
:props="props"
|
||||
:data="data"
|
||||
show-checkbox
|
||||
default-expand-all
|
||||
:expand-on-click-node="false">
|
||||
>
|
||||
<span class="custom-tree-node" slot-scope="{ node, data }">
|
||||
<span> {{ node.label}} </span>
|
||||
<span>
|
||||
@@ -1174,7 +1173,6 @@
|
||||
}
|
||||
this.productModelAdd.parentId = res.data.id
|
||||
this.productModelAdd.parentIdsName = idsName
|
||||
console.log(this.productModelAdd.parentIdsName)
|
||||
this.$forceUpdate()
|
||||
}else {
|
||||
this.productModelAdd = res.data
|
||||
|
||||
Reference in New Issue
Block a user