Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
171e741b
authored
2020-12-02 17:48:00 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat(fg,fjcl):修改分割.附件材料bug
1 parent
69a5ae2b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
src/views/panel/change/fg/index.vue
src/views/panel/change/hb/index.vue
src/views/zd/fjcl/fjcl.vue
src/views/panel/change/fg/index.vue
View file @
171e741
This diff is collapsed.
Click to expand it.
src/views/panel/change/hb/index.vue
View file @
171e741
...
...
@@ -372,7 +372,7 @@
return
{
tabName
:
'zd'
,
centerDialogVisible
:
false
,
b
gqData
:
[],
zdF
gqData
:
[],
hbhData
:
{},
fgBoxWidth
:
0
,
xzq
:
[],
...
...
@@ -462,10 +462,10 @@
},
addData
:
function
(
val
)
{
this
.
centerDialogVisible
=
false
;
this
.
b
gqData
.
push
(
val
)
this
.
zdF
gqData
.
push
(
val
)
},
getData
:
function
(
data
)
{
this
.
b
gqData
.
push
(
data
)
this
.
zdF
gqData
.
push
(
data
)
},
},
computed
:
{},
...
...
src/views/zd/fjcl/fjcl.vue
View file @
171e741
...
...
@@ -8,6 +8,7 @@
:before-remove=
"beforeRemove"
:on-success=
"uploadSuccess"
:on-error=
"uploadError"
:show-file-list=
"false"
multiple
:limit=
"3"
:on-exceed=
"handleExceed"
...
...
@@ -107,7 +108,6 @@
},
uploadSuccess
(
res
,
file
,
fileList
)
{
this
.
filesData
.
list
=
res
.
result
;
console
.
log
(
res
,
"res========="
)
insertFile
(
this
.
filesData
).
then
(
res
=>
{
if
(
res
.
success
)
{
Message
.
success
(
"上传成功"
)
...
...
Please
register
or
sign in
to post a comment