Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
N
national_museum_vod
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
qzhxx
national_museum_vod
Commits
c5d236d6
Commit
c5d236d6
authored
Apr 08, 2021
by
乐宝呗666
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改联动区域问题
parent
a7dfb8e4
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
6 deletions
+8
-6
index.vue
src/page/STB/base/index.vue
+1
-1
index.vue
src/page/STB/interactive/index.vue
+6
-4
index.vue
src/page/STB/operation/index.vue
+1
-1
No files found.
src/page/STB/base/index.vue
View file @
c5d236d6
...
...
@@ -17,7 +17,7 @@
v-model=
"form.areaId"
:options=
"areaOptions"
:props=
"defaultProps"
:show-all-levels=
"false"
change-on-select
></el-cascader>
</el-form-item>
<el-form-item>
...
...
src/page/STB/interactive/index.vue
View file @
c5d236d6
...
...
@@ -32,7 +32,7 @@
</el-card>
<el-card
class=
"height100 detail-box"
ref=
"rightBox"
>
<div
class=
"content-title"
>
<div
class=
"title"
>
“北京市政府”
展板互动信息汇总
</div>
<div
class=
"title"
>
"
{{
selectOrgName
}}
"
展板互动信息汇总
</div>
<div
class=
"page-tip"
>
<span
class=
"page-tip-title"
>
页面说明:
</span>
<span
class=
"page-tips"
>
可查看某个组织机构的互动信息
</span>
...
...
@@ -80,7 +80,8 @@ export default {
children
:
"children"
,
label
:
"name"
,
},
selectAreaId
:
""
,
selectOrgId
:
""
,
selectOrgName
:
""
,
tableData
:
[],
};
},
...
...
@@ -107,7 +108,7 @@ export default {
let
param
=
{
_index
:
this
.
page
.
_index
,
_size
:
this
.
page
.
_size
,
orgId
:
this
.
select
Area
Id
,
orgId
:
this
.
select
Org
Id
,
};
vm
.
$https
(
{
...
...
@@ -178,7 +179,8 @@ export default {
},
// 点击节点事件
handleNodeClick
(
data
)
{
this
.
selectAreaId
=
data
.
id
;
this
.
selectOrgId
=
data
.
id
;
this
.
selectOrgName
=
data
.
name
;
this
.
onSearch
();
},
// 分页
...
...
src/page/STB/operation/index.vue
View file @
c5d236d6
...
...
@@ -27,7 +27,7 @@
v-model=
"form.areaId"
:options=
"areaOptions"
:props=
"defaultProps"
:show-all-levels=
"false"
change-on-select
></el-cascader>
</el-form-item>
<el-form-item>
...
...
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