|
@@ -359,7 +359,7 @@ const searchForm = ref({})
|
|
|
|
|
|
//数据格式
|
|
|
const treeProps = {
|
|
|
- label: 'formName',
|
|
|
+ label: 'nodeName',
|
|
|
children: 'children',
|
|
|
isLeaf: function (data) {
|
|
|
return !data.hasChild
|
|
@@ -706,6 +706,7 @@ const addsupply = ()=>{
|
|
|
isFormNode:1,
|
|
|
isSupplement:1,
|
|
|
chapterNumber:treeItem.value?.chapterNumber,
|
|
|
+ formType:treeItem.value?.formType,
|
|
|
|
|
|
}
|
|
|
supplementsModalShow.value = true
|