Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
marketing-web
marketing
Commits
3fbe0da8
Commit
3fbe0da8
authored
Aug 23, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 接口修改
parent
580d0404
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
cardApi.js
src/service/api/cardApi.js
+1
-1
form.js
src/views/card/form.js
+2
-2
No files found.
src/service/api/cardApi.js
View file @
3fbe0da8
...
...
@@ -195,6 +195,6 @@ export const listConsumeCouponDetail = params => requests(PREFIX + '/list-consum
//是否是奥莱
export
const
isAolai
=
params
=>
requests
(
PREFIX
+
'/is-aolai'
,
params
);
export
const
getStore
List
=
params
=>
requests
(
'/api-plug/get-store-widget-store'
,
params
);
export
const
getStore
WidgetStore
=
params
=>
requests
(
'/api-plug/get-store-widget-store'
,
params
);
export
const
importCostStore
=
params
=>
requests
(
'/api-marketing/import-cost-store'
,
params
,
true
);
src/views/card/form.js
View file @
3fbe0da8
...
...
@@ -9,7 +9,7 @@ import sendPreview from './partials/send-preview';
import
{
formatDateTimeByType
,
deepClone
,
getTimesByReq
}
from
'@/utils/index.js'
;
import
xxSysp_mix
from
'@/mixins/selector.js'
;
// 商品选择器方法
import
{
listEntepriseWeimobShop
,
listEntepriseWeimobCoupon
}
from
'@/service/api/commonApi.js'
;
import
{
getCardDetail
,
saveUpdateCard
,
copyCardDetailService
,
getCardManualSetting
,
getCategoryList
,
getPropertyList
,
getLatestReptileTime
,
getPropertyValueList
,
getWeimobCouponBindCount
,
getCardEffectiveMode
,
getStore
List
,
importCostStore
}
from
'@/service/api/cardApi.js'
;
import
{
getCardDetail
,
saveUpdateCard
,
copyCardDetailService
,
getCardManualSetting
,
getCategoryList
,
getPropertyList
,
getLatestReptileTime
,
getPropertyValueList
,
getWeimobCouponBindCount
,
getCardEffectiveMode
,
getStore
WidgetStore
,
importCostStore
}
from
'@/service/api/cardApi.js'
;
import
dmGoodsInput
from
'@/components/goods-input/index.vue'
;
import
{
getLinkResourceStatus
}
from
'@/service/api/ecmApi.js'
;
import
{
RecycleScroller
}
from
'vue-virtual-scroller'
;
...
...
@@ -443,7 +443,7 @@ export default {
this
.
initStoreSelector
=
false
;
return
;
}
getStore
List
({
key
:
id
,
pageSize
:
99999
,
currentPage
:
1
}).
then
(
res
=>
{
getStore
WidgetStore
({
key
:
id
,
pageSize
:
99999
,
currentPage
:
1
}).
then
(
res
=>
{
const
{
result
,
errorCode
}
=
res
||
{};
if
(
errorCode
==
0
&&
Array
.
isArray
(
result
.
result
))
{
this
.
selectedStoreList
=
result
.
result
.
map
(
el
=>
{
...
...
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