@@ -16,6 +16,13 @@ export default {
method: 'get',
params: form
},msg);
+ },
+ async getengineerInfoTree1(form, msg = true) {
+ return httpApi({
+ url: '/api/blade-manager/contractInfo/trial/relation/tree',
+ method: 'get',
+ params: form
+ },msg);
},
//未识别合同段划分节点 手动关联
async setImportRelation(form, msg = true) {
@@ -35,15 +35,22 @@ const props = defineProps({
defaultCheckarr:{
type: Array,
default: () => ([])
+ ElTreeProps:{
+ type:Object,
+ default:{
+ label: 'fullName',
+ children: 'children'
+ }
}
})
//变量
const ElTreeRef = ref(null)
-const ElTreeProps = ref({
- label: 'fullName',
- children: 'children'
-})
+// const ElTreeProps = ref({
+// label: 'fullName',
+// children: 'children'
+// })
// const defaultCheckarr = ref([])
//事件