Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
poc-fe
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
poc
poc-fe
Commits
2e9d37f4
Commit
2e9d37f4
authored
Nov 12, 2024
by
shirlyn.guo
👌🏻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 应用修改设置后更新发布时间
parent
4e94e0c3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
app-publish.vue
...nal-space/personal-app-setting/components/app-publish.vue
+1
-2
sale-applications-configuration-modal.vue
...ce/personal-app/sale-applications-configuration-modal.vue
+3
-0
No files found.
src/views/personal-space/personal-app-setting/components/app-publish.vue
View file @
2e9d37f4
...
@@ -107,8 +107,6 @@ function handleConfigurationApplication(saleApplications: PersonalAppConfigState
...
@@ -107,8 +107,6 @@ function handleConfigurationApplication(saleApplications: PersonalAppConfigState
saleApplicationsInfo
.
value
.
isCopy
=
applicationMallInfo
.
value
.
isCopy
saleApplicationsInfo
.
value
.
isCopy
=
applicationMallInfo
.
value
.
isCopy
saleApplicationsInfo
.
value
.
isSale
=
'Y'
saleApplicationsInfo
.
value
.
isSale
=
'Y'
saleApplicationsInfo
.
value
.
agentPublishId
=
saleApplications
.
agentPublishId
saleApplicationsInfo
.
value
.
agentPublishId
=
saleApplications
.
agentPublishId
handleGetApplicationMallInfo
()
}
else
{
}
else
{
saleApplicationsInfo
.
value
.
isCopy
=
'N'
saleApplicationsInfo
.
value
.
isCopy
=
'N'
saleApplicationsInfo
.
value
.
isSale
=
'N'
saleApplicationsInfo
.
value
.
isSale
=
'N'
...
@@ -339,6 +337,7 @@ function handleToApplicationSquare() {
...
@@ -339,6 +337,7 @@ function handleToApplicationSquare() {
:data=
"saleApplicationsInfo"
:data=
"saleApplicationsInfo"
:category-id=
"applicationMallInfo.categoryId"
:category-id=
"applicationMallInfo.categoryId"
@
update=
"(newValue: string) => (applicationMallInfo.isSale = newValue)"
@
update=
"(newValue: string) => (applicationMallInfo.isSale = newValue)"
@
trigger-get-application-mall-info=
"handleGetApplicationMallInfo"
/>
/>
</div>
</div>
</
template
>
</
template
>
src/views/personal-space/personal-app/sale-applications-configuration-modal.vue
View file @
2e9d37f4
...
@@ -19,6 +19,7 @@ const props = defineProps<{
...
@@ -19,6 +19,7 @@ const props = defineProps<{
}
>
()
}
>
()
const
emit
=
defineEmits
<
{
const
emit
=
defineEmits
<
{
update
:
[
value
:
string
]
update
:
[
value
:
string
]
'trigger-get-application-mall-info'
:
[]
}
>
()
}
>
()
const
{
t
}
=
useI18n
()
const
{
t
}
=
useI18n
()
...
@@ -84,6 +85,7 @@ function handleApplicationReleaseBtn() {
...
@@ -84,6 +85,7 @@ function handleApplicationReleaseBtn() {
'personal_space_module.agent_module.agent_setting_module.agent_publish_module.successfully_configured_published'
,
'personal_space_module.agent_module.agent_setting_module.agent_publish_module.successfully_configured_published'
,
),
),
)
)
emit
(
'trigger-get-application-mall-info'
)
isClassifyError
.
value
=
false
isClassifyError
.
value
=
false
})
})
.
catch
(()
=>
{
.
catch
(()
=>
{
...
@@ -101,6 +103,7 @@ function handleGetMallCategoryList() {
...
@@ -101,6 +103,7 @@ function handleGetMallCategoryList() {
applicationsClassify
.
value
=
res
.
data
as
MallCategory
[]
applicationsClassify
.
value
=
res
.
data
as
MallCategory
[]
})
})
}
}
function
handleModalOpenAfter
()
{
function
handleModalOpenAfter
()
{
if
(
props
.
data
.
isCopy
)
isCopy
.
value
=
props
.
data
.
isCopy
===
'Y'
if
(
props
.
data
.
isCopy
)
isCopy
.
value
=
props
.
data
.
isCopy
===
'Y'
if
(
props
.
data
.
isSale
===
'Y'
)
{
if
(
props
.
data
.
isSale
===
'Y'
)
{
...
...
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