Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
Overview
Overview
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
office
haoban-3
Commits
04789620
Commit
04789620
authored
Feb 17, 2020
by
fairyly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 增加树形组件
parent
f7b1f106
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
add-enterprise.vue
src/components/company/add-enterprise.vue
+2
-0
orgStructSet.vue
src/views/business/orgStructSet.vue
+5
-1
No files found.
src/components/company/add-enterprise.vue
View file @
04789620
...
@@ -243,12 +243,14 @@ export default {
...
@@ -243,12 +243,14 @@ export default {
const
that
=
this
;
const
that
=
this
;
that
.
$refs
[
'form'
].
resetFields
();
that
.
$refs
[
'form'
].
resetFields
();
that
.
memberVisible
=
false
;
that
.
memberVisible
=
false
;
that
.
$emit
(
'refreshData'
,
'close'
);
done
();
done
();
},
},
cancel
()
{
cancel
()
{
const
that
=
this
;
const
that
=
this
;
that
.
$refs
[
'form'
].
resetFields
();
that
.
$refs
[
'form'
].
resetFields
();
that
.
memberVisible
=
false
;
that
.
memberVisible
=
false
;
that
.
$emit
(
'refreshData'
,
'close'
);
},
},
/**
/**
* 确定保存
* 确定保存
...
...
src/views/business/orgStructSet.vue
View file @
04789620
...
@@ -192,9 +192,13 @@ export default {
...
@@ -192,9 +192,13 @@ export default {
const
that
=
this
;
const
that
=
this
;
that
.
addShow
=
true
;
that
.
addShow
=
true
;
},
},
refreshData
()
{
refreshData
(
res
)
{
const
that
=
this
;
const
that
=
this
;
that
.
addShow
=
false
;
that
.
addShow
=
false
;
if
(
res
==
'close'
)
{
return
;
}
that
.
getTableList
();
},
},
/**
/**
* 跳转回收站
* 跳转回收站
...
...
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