Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
Project
Project
Details
Activity
Releases
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
youjj
cloud-platform-ui
Commits
32120521
Commit
32120521
authored
Aug 27, 2019
by
lixy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
富文本
parent
113a608c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
companyInfoModal.vue
src/views/baseInfo/branchCompany/companyInfoModal.vue
+1
-7
No files found.
src/views/baseInfo/branchCompany/companyInfoModal.vue
View file @
32120521
...
...
@@ -330,6 +330,7 @@
created
()
{
this
.
activeName2
=
undefined
;
if
(
this
.
dialogStatus
==
"create"
){
this
.
activeName2
=
"first"
;
this
.
tabName
=
"first"
;
}
else
if
(
this
.
dialogStatus
==
"companyInfoUpdate"
){
//公司介绍编辑
...
...
@@ -811,13 +812,6 @@
}
else
{
this
.
form
.
addrTown
=
undefined
;
}
},
/**
* 弹框-取消
* */
cancel
()
{
console
.
log
(
"取消禁用"
);
cancleBook
(
this
.
currentItem
.
ii
.
vehicleBookRecord
.
id
).
then
(
response
=>
{
this
.
$emit
(
"companyInfoDialogEvent"
,
true
);});
}
}
}
...
...
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