Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
af013c31
Commit
af013c31
authored
Oct 17, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
9ec408b3
f58bd4e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
base-manager-ui/admin/src/layouts/header/HeaderSite.vue
base-manager-ui/admin/src/layouts/header/HeaderSite.vue
+1
-1
base-manager-ui/admin/src/pages/basicset/hall/hallwindow/modal/WindowToHall.vue
...src/pages/basicset/hall/hallwindow/modal/WindowToHall.vue
+7
-5
No files found.
base-manager-ui/admin/src/layouts/header/HeaderSite.vue
View file @
af013c31
...
@@ -134,7 +134,7 @@ export default {
...
@@ -134,7 +134,7 @@ export default {
const
{
siteTree
}
=
data
;
const
{
siteTree
}
=
data
;
this
.
sitelist
=
siteTree
;
this
.
sitelist
=
siteTree
;
let
arr
=
[];
let
arr
=
[];
const
treeFn
=
function
(
e
)
{
const
treeFn
=
function
(
e
)
{
e
.
forEach
((
element
)
=>
{
e
.
forEach
((
element
)
=>
{
arr
.
push
(
element
);
arr
.
push
(
element
);
if
(
element
.
children
&&
element
.
children
.
length
>
0
)
{
if
(
element
.
children
&&
element
.
children
.
length
>
0
)
{
...
...
base-manager-ui/admin/src/pages/basicset/hall/hallwindow/modal/WindowToHall.vue
View file @
af013c31
...
@@ -35,8 +35,9 @@
...
@@ -35,8 +35,9 @@
</a-modal>
</a-modal>
</div>
</div>
</template>
</template>
<
script
>
<
script
>
import
local
from
"
@/utils/local
"
;
import
{
import
{
// saveWindowHall,
// saveWindowHall,
batchSaveWindowHall
,
batchSaveWindowHall
,
...
@@ -60,6 +61,7 @@ export default {
...
@@ -60,6 +61,7 @@ export default {
data
()
{
data
()
{
return
{
return
{
selectInfo
:
undefined
,
selectInfo
:
undefined
,
siteId
:
local
.
getLocal
(
"
siteId
"
),
// 站点id
form
:
{
form
:
{
windowId
:
""
,
// 窗口id
windowId
:
""
,
// 窗口id
windowName
:
""
,
// 窗口名称
windowName
:
""
,
// 窗口名称
...
@@ -115,6 +117,7 @@ export default {
...
@@ -115,6 +117,7 @@ export default {
windowName
:
v
.
name
,
// 窗口名称
windowName
:
v
.
name
,
// 窗口名称
hallId
:
this
.
form
.
hallId
,
// 大厅id
hallId
:
this
.
form
.
hallId
,
// 大厅id
hallName
:
this
.
form
.
hallName
,
// 大厅名称
hallName
:
this
.
form
.
hallName
,
// 大厅名称
siteId
:
this
.
siteId
,
};
};
});
});
let
res
=
await
batchSaveWindowHall
(
arr
);
let
res
=
await
batchSaveWindowHall
(
arr
);
...
@@ -135,6 +138,5 @@ export default {
...
@@ -135,6 +138,5 @@ export default {
},
},
};
};
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
></
style
>
</
style
>
\ No newline at end of file
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