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