|
@@ -208,6 +208,7 @@
|
|
delImgData,
|
|
delImgData,
|
|
addCompany,
|
|
addCompany,
|
|
editImgCarousel,
|
|
editImgCarousel,
|
|
|
|
+ getCompanyList,
|
|
} from "@/api/policy_list";
|
|
} from "@/api/policy_list";
|
|
|
|
|
|
export default {
|
|
export default {
|
|
@@ -306,11 +307,17 @@
|
|
mainId: "",
|
|
mainId: "",
|
|
status: this.screenForm.status,
|
|
status: this.screenForm.status,
|
|
};
|
|
};
|
|
- // getTypeList(params).then((res) => {
|
|
|
|
- // this.dataList = res.data.records;
|
|
|
|
- // this.listTotal = res.data.total;
|
|
|
|
- // this.listLoading = false;
|
|
|
|
- // });
|
|
|
|
|
|
+ getCompanyList().then((res) => {
|
|
|
|
+ if(res.data){
|
|
|
|
+ this.comPanyDialogForm.id = res.data[0].id,
|
|
|
|
+ this.comPanyDialogForm.icpRecord = res.data[0].icpRecord,
|
|
|
|
+ this.comPanyDialogForm.icpRecordLink= res.data[0].icpRecordLink,
|
|
|
|
+ this.comPanyDialogForm.pubSecurityRecord= res.data[0].pubSecurityRecord,
|
|
|
|
+ this.comPanyDialogForm.pubSecurityRecordLink = res.data[0].pubSecurityRecordLink,
|
|
|
|
+ this.comPanyDialogForm.companyName = res.data[0].companyName
|
|
|
|
+ }
|
|
|
|
+ });
|
|
|
|
+
|
|
getImgCarouseList(params).then((res) => {
|
|
getImgCarouseList(params).then((res) => {
|
|
this.dataList = res.data;
|
|
this.dataList = res.data;
|
|
this.listLoading = false;
|
|
this.listLoading = false;
|