|
@@ -3,8 +3,8 @@
|
|
* @Version: 1.0
|
|
* @Version: 1.0
|
|
* @Autor: XuTongZhang
|
|
* @Autor: XuTongZhang
|
|
* @Date: 2020-07-28 17:19:02
|
|
* @Date: 2020-07-28 17:19:02
|
|
- * @LastEditors: XuTongZhang
|
|
|
|
- * @LastEditTime: 2020-07-29 19:38:47
|
|
|
|
|
|
+ * @LastEditors : yuanrunwei
|
|
|
|
+ * @LastEditTime : 2021-04-02 14:05:29
|
|
-->
|
|
-->
|
|
<template>
|
|
<template>
|
|
<div class="basicInfo">
|
|
<div class="basicInfo">
|
|
@@ -82,7 +82,9 @@ export default {
|
|
queryEmail () {
|
|
queryEmail () {
|
|
this.$api
|
|
this.$api
|
|
.post('/companyAccount/queryCompanyAccountList', {
|
|
.post('/companyAccount/queryCompanyAccountList', {
|
|
- reqdata: {}
|
|
|
|
|
|
+ reqdata: {
|
|
|
|
+ userType: 0
|
|
|
|
+ }
|
|
})
|
|
})
|
|
.then((res) => {
|
|
.then((res) => {
|
|
this.email = res.list.some(item => item.useType === 1) ? res.list.find(item => item.useType === 1) : {}
|
|
this.email = res.list.some(item => item.useType === 1) ? res.list.find(item => item.useType === 1) : {}
|