6 lines
221 B
Vue
6 lines
221 B
Vue
<!-- 页面编号:T-05;用途:编辑成员资料与保存结果。 -->
|
||
<template><TreeMemberForm kind="edit" /></template>
|
||
<script setup>
|
||
import TreeMemberForm from "@/components/tree/TreeMemberForm.vue";
|
||
</script>
|