新增文章作者

This commit is contained in:
zjl 2024-09-03 08:57:53 +08:00
parent 47dd9672af
commit 362235a483

View File

@ -75,7 +75,7 @@
</template>
<script lang="ts" setup>
import { getCategoryList } from '@/api/content/category';
import { getCategoryList } from '@/api/content/category';
import { articleAdd,articleUpdate,getArticleDetail } from '@/api/content/article';
import {computed, onMounted,ref,shallowRef,reactive } from "vue";
import {FormInstance} from "element-plus";