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
88690615
Commit
88690615
authored
Feb 18, 2020
by
fairyly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style: 修改样式
parent
4a23cc8c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
depart-list.vue
src/components/company/depart-list.vue
+7
-2
No files found.
src/components/company/depart-list.vue
View file @
88690615
...
...
@@ -3,7 +3,7 @@
* @Author : 无尘
* @Date : 2020-02-13 14:02:22
* @LastEditors : 无尘
* @LastEditTime : 2020-02-18 1
3:48:18
* @LastEditTime : 2020-02-18 1
7:26:24
* @FilePath : \Hapi-demoj:\公司\haoban-3\src\components\company\depart-list.vue
-->
<!--
...
...
@@ -25,7 +25,7 @@
<span
slot=
"reference"
><span
class=
"cursor-pointer iconfont iconchangyongicon- color-909399"
></span></span>
</el-popover>
</div>
<div
class=
"depart-id font-12 color-909399"
>
{{
departObj
.
departmentId
}}
</div>
<div
class=
"depart-id font-12 color-909399"
>
门店 code:
{{
departObj
.
departmentId
}}
</div>
</div>
<div
class=
"depart-children-list border-box m-t-18"
>
<div
class=
"depart-children-title"
><span
class=
"iconfont iconbumen color-303133"
></span><span
class=
"font-16 color-303133 font-w-600 p-l-5"
>
下级部门
</span></div>
...
...
@@ -70,6 +70,7 @@
import
{
_debounce
}
from
'@/common/js/public'
;
import
{
getRequest
,
postRequest
}
from
'@/api/api'
;
import
errMsg
from
'@/common/js/error'
;
import
showMsg
from
'@/common/js/showmsg'
;
import
limitInput
from
'@/components/limit-input.vue'
;
export
default
{
name
:
'depart-list'
,
...
...
@@ -129,6 +130,10 @@ export default {
},
toMod
()
{
const
that
=
this
;
if
(
!
that
.
departmentName
)
{
showMsg
.
showmsg
(
'请输入部门名称!'
,
'warning'
);
return
false
;
}
let
obj
=
JSON
.
parse
(
JSON
.
stringify
(
that
.
departObj
));
obj
.
departmentName
=
that
.
departmentName
;
that
.
$emit
(
'resetData'
,
obj
);
...
...
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