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
a14d1443
Commit
a14d1443
authored
Feb 28, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:修改窗口关联业务
parent
698b1537
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
base-manager-ui/admin/src/pages/basicset/dept/components/addWindowBusiness.vue
.../src/pages/basicset/dept/components/addWindowBusiness.vue
+7
-6
No files found.
base-manager-ui/admin/src/pages/basicset/dept/components/addWindowBusiness.vue
View file @
a14d1443
...
@@ -130,12 +130,11 @@ export default {
...
@@ -130,12 +130,11 @@ export default {
},
},
},
},
},
},
created
()
{
created
()
{},
this
.
getSiteBusinessList
();
},
methods
:
{
methods
:
{
// 获取窗口信息
// 获取窗口信息
getWindowInfo
(
info
)
{
async
getWindowInfo
(
info
)
{
await
this
.
getSiteBusinessList
();
this
.
formData
=
info
;
this
.
formData
=
info
;
if
(
info
.
businessIds
.
length
)
{
if
(
info
.
businessIds
.
length
)
{
let
arr
=
extractTree
(
this
.
siteBusinessList
,
"
children
"
).
map
((
v
)
=>
let
arr
=
extractTree
(
this
.
siteBusinessList
,
"
children
"
).
map
((
v
)
=>
...
@@ -181,7 +180,9 @@ export default {
...
@@ -181,7 +180,9 @@ export default {
this
.
getSiteBusinessList
();
this
.
getSiteBusinessList
();
},
},
handleClose
()
{
handleClose
()
{
this
.
matterKeys
=
[];
this
.
rowKeys
=
[];
this
.
businessName
=
""
;
this
.
formData
=
{};
this
.
Visible
=
false
;
this
.
Visible
=
false
;
},
},
// 选中
// 选中
...
@@ -216,7 +217,7 @@ export default {
...
@@ -216,7 +217,7 @@ export default {
if
(
code
===
1
)
{
if
(
code
===
1
)
{
this
.
$message
.
success
(
msg
);
this
.
$message
.
success
(
msg
);
this
.
$emit
(
"
addSuccess
"
);
this
.
$emit
(
"
addSuccess
"
);
this
.
Visible
=
false
;
this
.
handleWork
()
;
}
}
this
.
btnLoading
=
false
;
this
.
btnLoading
=
false
;
},
},
...
...
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