This commit is contained in:
陈红丽 2024-09-03 10:12:18 +08:00
commit fe5472b441

View File

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