This commit is contained in:
quantulr
2022-09-07 14:27:09 +08:00
parent 0344e5d7b9
commit cb011831ac

View File

@ -294,6 +294,7 @@ import CityOptions from "@/views/components/CityOptions";
import InputBoxAdd from "@/views/components/InputBoxAdd"; import InputBoxAdd from "@/views/components/InputBoxAdd";
import { researchSelect } from "@/api/dataList/research"; import { researchSelect } from "@/api/dataList/research";
import { laboratorySelect } from "@/api/dataList/laboratory"; import { laboratorySelect } from "@/api/dataList/laboratory";
import { tenantSelect } from "@/api/subPlatform/tenant";
import { enterpriseOptions } from "@/utils/parameter"; import { enterpriseOptions } from "@/utils/parameter";
import { reactive, ref, toRefs } from "vue"; import { reactive, ref, toRefs } from "vue";
import WangEditor from "../../../components/WangEditor/index.vue"; import WangEditor from "../../../components/WangEditor/index.vue";