Commit a0ea7fe8 authored by 张伯涛's avatar 张伯涛

修改

parent 33c8d16b
......@@ -12,14 +12,24 @@ export function getDicts(dictType) {
}
})
}
/** 通过企业名称获取数据*/
export function getListByName(data) {
return request({
url: '/policyRecommendation/enterpriseInfo/getEnterpriseByName/' + data,
method: 'get'
})
}
/** 点击获取报告提交表单*/
export function submitForm(data) {
return request({
url: '/policyRecommendation/enterpriseInfo/addOrUpdateUserEnterprise ',
method: 'post',
data,
headers: {
'Content-Type': 'application/json'
}
})
}
export function listPolicy(data) {
const { pageNum, pageSize } = data
return request({
......
......@@ -133,16 +133,16 @@
忘记密码
</div>
</div>
<div v-if="loginType === 'password' || loginType === 'phone'">
<div class="otherWay">
<el-divider />
<div class="otherBtn">其它登录方式</div>
<el-divider />
</div>
<div style="text-align: center">
<img :src="weixinLogo" class="sc-img">
</div>
</div>
<!-- <div v-if="loginType === 'password' || loginType === 'phone'">-->
<!-- <div class="otherWay">-->
<!-- <el-divider />-->
<!-- <div class="otherBtn">其它登录方式</div>-->
<!-- <el-divider />-->
<!-- </div>-->
<!-- <div style="text-align: center">-->
<!-- <img :src="weixinLogo" class="sc-img">-->
<!-- </div>-->
<!-- </div>-->
</div>
</el-form>
<!-- 底部 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment