Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
pingan-life-index-pro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
5a9b4f2a
authored
2020-05-15 19:50:25 +0800
by
qingxiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
9286383c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
3 deletions
src/api/api.js
src/pages/custom-service/components/policy-change-contact.js
src/api/api.js
View file @
5a9b4f2
...
...
@@ -99,9 +99,11 @@ module.exports = {
refreshSmgOtp
:
"/pingan_hklife_webapi/user/refreshSmgOtp"
,
// 保单联系方式更改
policyContactApi
:
"/pingan_hklife_webapi/policy/updatePolicyContacts"
,
policyContactApi
:
"/pingan_hklife_webapi/policy/updatePolicyContacts"
,
// 上传excel
policyContactUploadExcelApi
:
"/pingan_hklife_webapi/policy/upload/excel"
,
policyContactUploadExcelApi
:
"/pingan_hklife_webapi/policy/upload/excel"
,
//保单联系方式查询
policyContactDetailApi
:
"/pingan_hklife_webapi/policy/policyContacts/detail"
policyContactDetailApi
:
"/pingan_hklife_webapi/policy/policyContacts/detail"
,
//首页产品列表
indexManageListApi
:
"/pingan_hklife_webapi/cms/index/manage"
}
...
...
src/pages/custom-service/components/policy-change-contact.js
View file @
5a9b4f2
...
...
@@ -371,6 +371,18 @@ export default {
.
catch
(
res
=>
{});
},
uploadExcel
()
{},
// aaa(){
// httpPost({
// url: api.indexManageListApi,
// data: {},
// sid: true
// })
// .then(response => {
// console.log("response:", response);
// })
// .catch(res => {});
//
// }
},
watch
:
{
"data.mobile"
:
function
()
{
...
...
@@ -399,6 +411,7 @@ export default {
this
.
initTitle
();
},
created
()
{
//this.aaa()
// this.loading = true;
this
.
$root
.
eventBus
.
$on
(
"langChange"
,
()
=>
{
try
{
...
...
Please
register
or
sign in
to post a comment