尾部导航
This commit is contained in:
@ -173,6 +173,7 @@ import {
|
||||
} from "@/api/website/solution";
|
||||
import WangEditor from "@/components/WangEditor/index.vue";
|
||||
import SiteOptions from "@/views/components/SiteOptions";
|
||||
import { planCategoryList } from "../../../../api/website/solution";
|
||||
|
||||
const dataList = ref([]);
|
||||
const loading = ref(true);
|
||||
@ -253,6 +254,8 @@ const getSiteList = async () => {
|
||||
|
||||
const getCaseKindList = async () => {
|
||||
const resp = await serviceCaseKindSelect();
|
||||
// const resp = await planCategoryList();
|
||||
// const serviceResp= await ser
|
||||
for (const key in resp.data) {
|
||||
if (Object.hasOwnProperty.call(resp.data, key)) {
|
||||
const item = { ...resp.data[key], id: parseInt(key) };
|
||||
|
Reference in New Issue
Block a user