Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
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
罗超
SuperMan
Commits
c7468be6
Commit
c7468be6
authored
5 years ago
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
65efe5e2
b42f5fef
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
2 deletions
+6
-2
CashAccDetail.vue
src/components/FinancialModule/accDetail/CashAccDetail.vue
+1
-0
CompanyAccDetail.vue
...components/FinancialModule/accDetail/CompanyAccDetail.vue
+1
-0
PlatformAccDetail.vue
...omponents/FinancialModule/accDetail/PlatformAccDetail.vue
+1
-0
PoolAccDetail.vue
src/components/FinancialModule/accDetail/PoolAccDetail.vue
+1
-0
ModifyVisaProduct.vue
src/components/SalesVisa/ModifyVisaProduct.vue
+1
-1
addIntegralMall.vue
src/components/activity/addIntegralMall.vue
+1
-1
No files found.
src/components/FinancialModule/accDetail/CashAccDetail.vue
View file @
c7468be6
...
@@ -923,6 +923,7 @@ export default {
...
@@ -923,6 +923,7 @@ export default {
},
err
=>
{})
},
err
=>
{})
},
},
getList
(){
//获取列表
getList
(){
//获取列表
this
.
checkList
=
[];
this
.
loading
=
true
;
this
.
loading
=
true
;
if
(
this
.
msg
.
ClientID
===
''
){
if
(
this
.
msg
.
ClientID
===
''
){
this
.
msg
.
ClientID
=
0
;
this
.
msg
.
ClientID
=
0
;
...
...
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/accDetail/CompanyAccDetail.vue
View file @
c7468be6
...
@@ -547,6 +547,7 @@ export default {
...
@@ -547,6 +547,7 @@ export default {
},
err
=>
{})
},
err
=>
{})
},
},
getList
(){
//获取列表
getList
(){
//获取列表
this
.
checkList
=
[];
// this.loading = true
// this.loading = true
if
(
this
.
msg
.
ClientID
==
''
){
if
(
this
.
msg
.
ClientID
==
''
){
this
.
msg
.
ClientID
=
0
;
this
.
msg
.
ClientID
=
0
;
...
...
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/accDetail/PlatformAccDetail.vue
View file @
c7468be6
...
@@ -544,6 +544,7 @@ export default {
...
@@ -544,6 +544,7 @@ export default {
},
err
=>
{})
},
err
=>
{})
},
},
getList
(){
//获取列表
getList
(){
//获取列表
this
.
checkList
=
[];
this
.
loading
=
true
this
.
loading
=
true
if
(
this
.
msg
.
ClientID
==
''
){
if
(
this
.
msg
.
ClientID
==
''
){
this
.
msg
.
ClientID
=
0
;
this
.
msg
.
ClientID
=
0
;
...
...
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/accDetail/PoolAccDetail.vue
View file @
c7468be6
...
@@ -591,6 +591,7 @@ export default {
...
@@ -591,6 +591,7 @@ export default {
},
err
=>
{})
},
err
=>
{})
},
},
getList
(){
//获取列表
getList
(){
//获取列表
this
.
checkList
=
[];
this
.
loading
=
true
this
.
loading
=
true
if
(
this
.
msg
.
ClientID
==
''
){
if
(
this
.
msg
.
ClientID
==
''
){
this
.
msg
.
ClientID
=
0
;
this
.
msg
.
ClientID
=
0
;
...
...
This diff is collapsed.
Click to expand it.
src/components/SalesVisa/ModifyVisaProduct.vue
View file @
c7468be6
...
@@ -896,7 +896,7 @@ export default {
...
@@ -896,7 +896,7 @@ export default {
"dmc_get_visa_GetVisaProductInfo_V1"
,
"dmc_get_visa_GetVisaProductInfo_V1"
,
{
Pid
:
Pid
},
{
Pid
:
Pid
},
res
=>
{
res
=>
{
console
.
log
(
res
);
//
console.log(res);
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
let
data
=
res
.
data
.
data
;
let
data
=
res
.
data
.
data
;
this
.
addMsg
=
res
.
data
.
data
;
this
.
addMsg
=
res
.
data
.
data
;
...
...
This diff is collapsed.
Click to expand it.
src/components/activity/addIntegralMall.vue
View file @
c7468be6
...
@@ -617,8 +617,8 @@ export default {
...
@@ -617,8 +617,8 @@ export default {
let
obj
=
localStorage
.
editIntegralMall
?
JSON
.
parse
(
localStorage
.
editIntegralMall
)
:
false
let
obj
=
localStorage
.
editIntegralMall
?
JSON
.
parse
(
localStorage
.
editIntegralMall
)
:
false
if
(
obj
)
{
if
(
obj
)
{
this
.
addMsg
=
obj
this
.
addMsg
=
obj
this
.
apiUrl
=
'updateGoodsInfo'
if
(
obj
.
images
)
{
if
(
obj
.
images
)
{
this
.
apiUrl
=
'updateGoodsInfo'
this
.
DiningImageArray
=
obj
.
images
.
split
(
','
)
this
.
DiningImageArray
=
obj
.
images
.
split
(
','
)
this
.
DiningImageArray2
=
obj
.
descripImg
.
split
(
','
)
this
.
DiningImageArray2
=
obj
.
descripImg
.
split
(
','
)
}
}
...
...
This diff is collapsed.
Click to expand it.
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