Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
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
b5ec8f83
authored
2023-03-07 14:52:16 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
建设用地转移
1 parent
6f1307a3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
src/views/workflow/mixin/index.js
src/views/ywbl/ywsq/components/fwsyq.vue
src/views/ywbl/ywsq/components/selectJsydsyq.vue
src/views/workflow/mixin/index.js
View file @
b5ec8f8
...
...
@@ -211,7 +211,7 @@ export default {
record
(
formdata
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
if
(
res
.
result
.
length
===
1
)
{
res
.
result
[
0
].
state
?
that
.
$alert
(
"登簿成功
!
"
)
:
that
.
$alert
(
res
.
result
[
0
].
msg
);;
res
.
result
[
0
].
state
?
that
.
$alert
(
"登簿成功
!
"
)
:
that
.
$alert
(
res
.
result
[
0
].
msg
);;
}
else
{
that
.
$alert
(
'<div>'
+
res
.
result
[
0
].
ywh
+
','
+
res
.
result
[
0
].
msg
+
'</div>'
,
'登簿明细'
,
{
...
...
src/views/ywbl/ywsq/components/fwsyq.vue
View file @
b5ec8f8
...
...
@@ -268,8 +268,6 @@
}
})
}
}
}
</
script
>
...
...
src/views/ywbl/ywsq/components/selectJsydsyq.vue
View file @
b5ec8f8
...
...
@@ -33,7 +33,7 @@
<el-form-item
label=
"权利人"
>
<el-input
placeholder=
"请输入权利人"
v-model=
"queryForm.
zl
"
v-model=
"queryForm.
qlr
"
clearable
class=
"width300px"
>
...
...
@@ -111,8 +111,10 @@ export default {
},
methods
:
{
queryClick
()
{
this
.
$startLoading
();
this
.
queryForm
.
sqywbm
=
this
.
sqywInfo
.
djywbm
;
selectJsydQlxx
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
this
.
$endLoading
();
if
(
res
.
code
===
200
)
{
let
{
total
,
records
}
=
res
.
result
;
this
.
tableData
.
total
=
total
;
...
...
Please
register
or
sign in
to post a comment