|
@@ -4,7 +4,7 @@
|
|
* @Autor: XuTongZhang
|
|
* @Autor: XuTongZhang
|
|
* @Date: 2020-07-28 17:19:02
|
|
* @Date: 2020-07-28 17:19:02
|
|
* @LastEditors : yuanrunwei
|
|
* @LastEditors : yuanrunwei
|
|
- * @LastEditTime : 2021-04-02 14:05:29
|
|
|
|
|
|
+ * @LastEditTime : 2021-04-02 14:25:04
|
|
-->
|
|
-->
|
|
<template>
|
|
<template>
|
|
<div class="basicInfo">
|
|
<div class="basicInfo">
|
|
@@ -83,7 +83,7 @@ export default {
|
|
this.$api
|
|
this.$api
|
|
.post('/companyAccount/queryCompanyAccountList', {
|
|
.post('/companyAccount/queryCompanyAccountList', {
|
|
reqdata: {
|
|
reqdata: {
|
|
- userType: 0
|
|
|
|
|
|
+ useType: 1
|
|
}
|
|
}
|
|
})
|
|
})
|
|
.then((res) => {
|
|
.then((res) => {
|
|
@@ -94,6 +94,7 @@ export default {
|
|
getDetails () {
|
|
getDetails () {
|
|
let url = '/companyInfo/queryCompanyInfo'
|
|
let url = '/companyInfo/queryCompanyInfo'
|
|
let reqdata = {}
|
|
let reqdata = {}
|
|
|
|
+ reqdata.useType = 1
|
|
this.$api
|
|
this.$api
|
|
.post(url, {
|
|
.post(url, {
|
|
reqdata
|
|
reqdata
|
|
@@ -113,6 +114,7 @@ export default {
|
|
let url = '/companyInfo/updateCompanyInfo'
|
|
let url = '/companyInfo/updateCompanyInfo'
|
|
let reqdata = this.form
|
|
let reqdata = this.form
|
|
reqdata.id = this.info.id
|
|
reqdata.id = this.info.id
|
|
|
|
+ reqdata.useType = 1
|
|
this.$api
|
|
this.$api
|
|
.post(url, {
|
|
.post(url, {
|
|
reqdata
|
|
reqdata
|