Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
Project
Project
Details
Activity
Releases
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
youjj
cloud-platform-ui
Commits
1406a8fd
Commit
1406a8fd
authored
Sep 02, 2020
by
lixy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
门店新增、编辑添加isShow=1字段
parent
edc8998f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
storeManage.vue
src/views/company/storeManage.vue
+3
-1
No files found.
src/views/company/storeManage.vue
View file @
1406a8fd
...
...
@@ -266,7 +266,7 @@
</div>
</template>
<
script
>
<
script
type=
"javascript"
>
import
{
formatDate
}
from
"utils/dateFormattor"
;
import
{
getSonRegionByType
,
getSons
}
from
"api/trouSys"
;
import
{
...
...
@@ -448,6 +448,7 @@ export default {
addrDetail
:
this
.
store_form
.
detail_address
,
latitude
:
this
.
store_form
.
latitude
,
//纬度
longitude
:
this
.
store_form
.
longitude
,
//经度
isShow
:
1
// 1、app展示
};
update_store
(
this
.
store_form
.
id
,
data
).
then
((
res
)
=>
{
if
(
res
.
status
==
200
)
{
...
...
@@ -509,6 +510,7 @@ export default {
addrDetail
:
this
.
store_form
.
detail_address
,
latitude
:
this
.
store_form
.
latitude
,
//纬度
longitude
:
this
.
store_form
.
longitude
,
//经度
isShow
:
1
// 1、app显示
};
let
that
=
this
;
add_store
(
data
).
then
((
res
)
=>
{
...
...
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