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

修改

parent 33c8d16b
...@@ -12,14 +12,24 @@ export function getDicts(dictType) { ...@@ -12,14 +12,24 @@ export function getDicts(dictType) {
} }
}) })
} }
/** 通过企业名称获取数据*/
export function getListByName(data) { export function getListByName(data) {
return request({ return request({
url: '/policyRecommendation/enterpriseInfo/getEnterpriseByName/' + data, url: '/policyRecommendation/enterpriseInfo/getEnterpriseByName/' + data,
method: 'get' method: 'get'
}) })
} }
/** 点击获取报告提交表单*/
export function submitForm(data) {
return request({
url: '/policyRecommendation/enterpriseInfo/addOrUpdateUserEnterprise ',
method: 'post',
data,
headers: {
'Content-Type': 'application/json'
}
})
}
export function listPolicy(data) { export function listPolicy(data) {
const { pageNum, pageSize } = data const { pageNum, pageSize } = data
return request({ return request({
......
...@@ -133,16 +133,16 @@ ...@@ -133,16 +133,16 @@
忘记密码 忘记密码
</div> </div>
</div> </div>
<div v-if="loginType === 'password' || loginType === 'phone'"> <!-- <div v-if="loginType === 'password' || loginType === 'phone'">-->
<div class="otherWay"> <!-- <div class="otherWay">-->
<el-divider /> <!-- <el-divider />-->
<div class="otherBtn">其它登录方式</div> <!-- <div class="otherBtn">其它登录方式</div>-->
<el-divider /> <!-- <el-divider />-->
</div> <!-- </div>-->
<div style="text-align: center"> <!-- <div style="text-align: center">-->
<img :src="weixinLogo" class="sc-img"> <!-- <img :src="weixinLogo" class="sc-img">-->
</div> <!-- </div>-->
</div> <!-- </div>-->
</div> </div>
</el-form> </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