Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
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
shenshaokai
jinfa-platform
Commits
fccff0b6
Commit
fccff0b6
authored
Apr 07, 2022
by
前端-黄佳鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 商家营销活动查询去掉外部能力工作流接口
parent
b5292951
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
+0
-17
index.tsx
...nsaction/marketingAbility/selfManagement/search/index.tsx
+0
-17
No files found.
src/pages/transaction/marketingAbility/selfManagement/search/index.tsx
View file @
fccff0b6
...
@@ -133,13 +133,6 @@ const Search = () => {
...
@@ -133,13 +133,6 @@ const Search = () => {
}).
catch
(
err
=>
{
}).
catch
(
err
=>
{
console
.
warn
(
err
)
console
.
warn
(
err
)
})
})
/** 外部状态 */
getMarketingMerchantActivityGetOuterStatusList
().
then
(
res
=>
{
const
_enum
=
res
.
data
.
map
((
item
)
=>
{
return
{
label
:
item
.
name
,
value
:
item
.
status
}
});
linkage
.
enum
(
'outerStatus'
,
_enum
);
}).
catch
(
err
=>
{
console
.
warn
(
err
)
})
/** 内部状态 */
/** 内部状态 */
getMarketingMerchantActivityGetInnerStatusList
().
then
(
res
=>
{
getMarketingMerchantActivityGetInnerStatusList
().
then
(
res
=>
{
const
_enum
=
res
.
data
.
map
((
item
)
=>
{
return
{
label
:
item
.
name
,
value
:
item
.
status
}
})
const
_enum
=
res
.
data
.
map
((
item
)
=>
{
return
{
label
:
item
.
name
,
value
:
item
.
status
}
})
...
@@ -242,16 +235,6 @@ const Search = () => {
...
@@ -242,16 +235,6 @@ const Search = () => {
},
},
enum
:
[],
enum
:
[],
},
},
outerStatus
:
{
type
:
'string'
,
'x-component-props'
:
{
placeholder
:
`${intl.formatMessage({ id: 'selfManagement.externalState' })}`
,
style
:
{
width
:
160
,
},
},
enum
:
[],
},
innerStatus
:
{
innerStatus
:
{
type
:
'string'
,
type
:
'string'
,
'x-component-props'
:
{
'x-component-props'
:
{
...
...
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