Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
enterprise-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
赵啸非
enterprise-platform
Commits
f13a3003
Commit
f13a3003
authored
Jan 06, 2025
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed:修改企业地址无法保存得问题
parent
601c9192
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
enterprise-manager-ui/admin/src/views/company/drawershow.vue
enterprise-manager-ui/admin/src/views/company/drawershow.vue
+8
-7
No files found.
enterprise-manager-ui/admin/src/views/company/drawershow.vue
View file @
f13a3003
...
@@ -367,13 +367,14 @@ export default {
...
@@ -367,13 +367,14 @@ export default {
methods
:
{
methods
:
{
hanndleSubmit
()
{
hanndleSubmit
()
{
this
.
form
.
businessAdress
=
this
.
form
.
businessAdress
=
this
.
form
.
location
;
this
.
$refs
.
areaselect
.
provinceName
+
// this.form.businessAdress =
this
.
$refs
.
areaselect
.
cityName
+
// this.$refs.areaselect.provinceName +
this
.
$refs
.
areaselect
.
areaName
+
// this.$refs.areaselect.cityName +
this
.
$refs
.
areaselect
.
streetName
+
// this.$refs.areaselect.areaName +
this
.
$refs
.
areaselect
.
communityName
+
// this.$refs.areaselect.streetName +
this
.
form
.
location
;
// this.$refs.areaselect.communityName +
// this.form.location;
// 检查知识产权list中类型不能为空
// 检查知识产权list中类型不能为空
if
(
this
.
companyPatentsList
&&
this
.
companyPatentsList
.
length
>
0
)
{
if
(
this
.
companyPatentsList
&&
this
.
companyPatentsList
.
length
>
0
)
{
let
isNull
=
false
;
let
isNull
=
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