Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-app-operator-master
Commits
fe398db6
Commit
fe398db6
authored
Feb 24, 2023
by
邓春圆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户模块 返回列表状态丢失bug修复
parent
22ab0f26
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
29 additions
and
8 deletions
+29
-8
index.vue
src/views/ecw/customer/index.vue
+4
-1
indirectCustomer.vue
src/views/ecw/customer/indirectCustomer.vue
+4
-1
index.vue
src/views/ecw/customerCommission/index.vue
+5
-2
index.vue
src/views/ecw/customerConfirm/index.vue
+4
-1
index.vue
src/views/ecw/customerToBeAssigned/index.vue
+4
-1
index.vue
src/views/ecw/myCustomerService/index.vue
+4
-1
index.vue
src/views/ecw/oceanCustomer/index.vue
+4
-1
No files found.
src/views/ecw/customer/index.vue
View file @
fe398db6
...
...
@@ -521,7 +521,10 @@ import transferCustomer from "@/views/ecw/customer/transferCustomer";
import
Template
from
"
@/views/cms/template/index.vue
"
;
export
default
{
name
:
"
Customer
"
,
name
:
"
EcwCustomerIndex
"
,
activated
(){
this
.
getList
();
},
computed
:{
isChinese
(){
return
this
.
$i18n
.
locale
===
'
zh_CN
'
...
...
src/views/ecw/customer/indirectCustomer.vue
View file @
fe398db6
...
...
@@ -97,7 +97,10 @@ import {exportCustomerComplaintExcel} from "@/api/ecw/customerComplaint";
import
{
indirectCustomerExportExcel
}
from
"
@/api/ecw/customer
"
;
export
default
{
name
:
"
IndirectCustomer
"
,
name
:
"
EcwCustomerIndirectcustomer
"
,
activated
()
{
this
.
getList
()
},
data
()
{
return
{
exportLoading
:
false
,
...
...
src/views/ecw/customerCommission/index.vue
View file @
fe398db6
...
...
@@ -134,7 +134,7 @@
<!-- 分页组件 -->
<pagination
v-show=
"total > 0"
:total=
"total"
:page.sync=
"queryParams.pageNo"
:limit.sync=
"queryParams.pageSize"
@
pagination=
"getList"
/>
x
</div>
</template>
...
...
@@ -146,7 +146,10 @@ import {customerDropDownList} from "@/api/ecw/customerCommissionInfo";
import
{
getCustomerList
}
from
"
@/api/ecw/customer
"
;
export
default
{
name
:
"
CustomerCommission
"
,
name
:
"
EcwCustomercommissionIndex
"
,
activated
()
{
this
.
getList
()
},
components
:
{
},
data
()
{
...
...
src/views/ecw/customerConfirm/index.vue
View file @
fe398db6
...
...
@@ -360,7 +360,10 @@ import {getCreditPage} from "@/api/customer/credit";
export
default
{
name
:
"
Customer
"
,
name
:
"
EcwCustomerconfirmIndex
"
,
activated
()
{
this
.
getList
();
},
computed
:{
isChinese
(){
return
this
.
$i18n
.
locale
===
'
zh_CN
'
...
...
src/views/ecw/customerToBeAssigned/index.vue
View file @
fe398db6
...
...
@@ -169,7 +169,10 @@ import {getCreditPage} from "@/api/customer/credit";
import
transferCustomer
from
"
@/views/ecw/customer/transferCustomer
"
;
import
Template
from
"
@/views/cms/template/index.vue
"
;
export
default
{
name
:
"
customerToBeAssigned
"
,
name
:
"
EcwCustomertobeassignedIndex
"
,
activated
()
{
this
.
getList
()
},
components
:
{
Template
,
upload
,
...
...
src/views/ecw/myCustomerService/index.vue
View file @
fe398db6
...
...
@@ -155,7 +155,7 @@ import {getCountryListAll} from "@/api/ecw/country";
import
{
getCreditPage
}
from
"
@/api/customer/credit
"
;
import
transferCustomer
from
"
@/views/ecw/customer/transferCustomer
"
;
export
default
{
name
:
"
myCustomerService
"
,
name
:
"
EcwMycustomerserviceIndex
"
,
components
:
{
upload
,
customerFollowList
,
...
...
@@ -224,6 +224,9 @@ export default {
selectCustomerList
:[],
};
},
activated
()
{
this
.
getList
();
},
created
()
{
this
.
getList
();
// getNodeList().then(r => {
...
...
src/views/ecw/oceanCustomer/index.vue
View file @
fe398db6
...
...
@@ -167,7 +167,10 @@ import {listServiceUser} from "@/api/system/user";
import
{
getCountryListAll
}
from
"
@/api/ecw/country
"
;
import
{
getCreditPage
}
from
"
@/api/customer/credit
"
;
export
default
{
name
:
"
customerToBeAssigned
"
,
name
:
"
EcwOceancustomerIndex
"
,
activated
()
{
this
.
getList
()
},
components
:
{
upload
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment