|
|
@@ -491,7 +491,7 @@ const schemeTypeChange = (e) => {
|
|
|
let companyOption = ref([])
|
|
|
const initCompany = () => {
|
|
|
// api.projectApi.getCompanyList().then(res => {
|
|
|
- api.insuranceApi.leftList('').then(res => {
|
|
|
+ api.projectApi.getCompanyList().then(res => {
|
|
|
if(res.code == 200) {
|
|
|
companyOption.value = res.data
|
|
|
} else {
|