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
7f613bc4
authored
2023-03-08 13:54:03 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
2 parents
c18ef025
b5ec8f83
Hide 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 @
7f613bc
...
...
@@ -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 @
7f613bc
...
...
@@ -270,8 +270,6 @@
}
})
}
}
}
</
script
>
...
...
src/views/ywbl/ywsq/components/selectJsydsyq.vue
View file @
7f613bc
...
...
@@ -33,7 +33,7 @@
<el-form-item
label=
"权利人"
>
<el-input
placeholder=
"请输入权利人"
v-model=
"queryForm.
zl
"
v-model=
"queryForm.
qlr
"
clearable
class=
"width300px"
>
...
...
@@ -112,8 +112,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