@ -1,6 +1,6 @@
<template>
<div>
<a-button type="primary" @click="showModal"> 统计信息填报 </a-button>
<a-button type="primary" @click="showModal"> 加入我们 </a-button>
<a-modal width="50%" :title="title" :visible="visible" :confirm-loading="confirmLoading" @ok="handleOk" @cancel="handleCancel">
<a-form :form="form" v-if="current === 0">
<a-form-item :label-col="formItemLayout.labelCol" :wrapper-col="formItemLayout.wrapperCol" label="公司名称" required>
@ -94,11 +94,11 @@ export default {
created() {
this.current = this.shareCurrent;
if (this.listState === 0) {
this.getSear();
this.getProductLists();
} else if (this.listState === 1) {
this.getSelI();
} else {
}
},
methods: {