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
d8068b07
authored
2020-12-02 15:11:52 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
7fdad9b3
69a5ae2b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/views/panel/change/fg/index.vue
src/views/zd/fjcl/fjcl.vue
src/views/panel/change/fg/index.vue
View file @
d8068b0
...
...
@@ -841,8 +841,8 @@
watch
:
{
bgqData
:
{
handler
:
function
(
item
)
{
this
.
fghData
.
oldZdbsm
=
item
.
gl
bsm
this
.
getJbxx
(
item
.
gl
bsm
)
this
.
fghData
.
oldZdbsm
=
item
.
zd
bsm
this
.
getJbxx
(
item
.
zd
bsm
)
},
deep
:
true
},
...
...
src/views/zd/fjcl/fjcl.vue
View file @
d8068b0
...
...
@@ -110,7 +110,7 @@
console
.
log
(
res
,
"res========="
)
insertFile
(
this
.
filesData
).
then
(
res
=>
{
if
(
res
.
success
)
{
Message
.
warning
(
"上传成功"
)
Message
.
success
(
"上传成功"
)
this
.
getFileList
(
this
.
filesData
.
glbsm
)
}
else
{
Message
.
error
(
res
.
message
)
...
...
Please
register
or
sign in
to post a comment