Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-front
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
platform
hg-front
Commits
02789017
Commit
02789017
authored
Oct 16, 2024
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
功能优化
parent
92b12c8d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
create.vue
pages/car-subscribe/create.vue
+7
-2
create.vue
pages/market-research/create.vue
+2
-0
No files found.
pages/car-subscribe/create.vue
View file @
02789017
...
...
@@ -224,13 +224,18 @@
})
orderSave
(
this
.
formData
).
then
(
res
=>
{
if
(
res
.
data
.
__sys__
.
status
===
0
)
{
if
(
res
.
data
.
detail
&&
this
.
fileList
.
length
)
{
this
.
dataInfo
=
res
.
data
.
detail
;
let
list
=
toJsonData
(
res
.
data
.
__blocks__
.
result
.
rows
,
res
.
data
.
__blocks__
.
result
.
meta
.
columns
)
if
(
list
&&
list
.
length
&&
this
.
fileList
.
length
)
{
this
.
dataInfo
=
list
[
0
];
if
(
this
.
dataInfo
.
id
){
this
.
onFileBindByRecord
(
0
)
}
else
{
this
.
onSaveSuccess
()
}
}
else
{
this
.
onSaveSuccess
()
}
}
else
{
uni
.
hideLoading
()
}
})
...
...
pages/market-research/create.vue
View file @
02789017
...
...
@@ -497,6 +497,8 @@
this
.
dataInfo
=
list
[
0
];
if
(
this
.
dataInfo
.
id
){
this
.
onFileBindByRecord
(
0
)
}
else
{
this
.
onSaveSuccess
()
}
}
else
{
this
.
onSaveSuccess
()
...
...
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