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
260221a8
authored
2023-10-13 10:28:42 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:材料信息设置
1 parent
b37a449c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
src/views/system/sqywgz/sqywDetail.vue
src/views/system/sqywgz/sqywDetail.vue
View file @
260221a
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-13 10:
07:31
* @LastEditTime: 2023-10-13 10:
26:57
-->
<
template
>
<div>
...
...
@@ -198,6 +198,16 @@
sendThis
(
this
)
this
.
init
()
},
watch
:
{
'form.djlx'
:
{
handler
(
newName
,
oldName
)
{
this
.
form
.
ywmcList
=
this
.
form
.
djlx
.
map
(
item
=>
({
nodename
:
item
.
djywmc
+
'+'
+
item
.
nodename
,
bsmSqyw
:
item
.
bsmSqyw
}))
},
// 代表在wacth里声明了firstName这个方法之后立即先去执行handler方法
immediate
:
true
,
deep
:
true
}
},
methods
:
{
//页面初始化
/**
...
...
@@ -280,7 +290,6 @@
console
.
log
(
this
.
form
.
clxx
);
if
(
that
.
formData
.
sqfl
==
"2"
)
{
that
.
form
.
ywmcList
=
that
.
form
.
djlx
.
map
(
item
=>
({
nodename
:
item
.
djywmc
+
'+'
+
item
.
nodename
,
bsmSqyw
:
item
.
bsmSqyw
}))
console
.
log
(
that
.
form
.
ywmcList
,
' that.form.ywmcList'
);
}
// _this.form.bsmSqyw = res.result.bsmSqyw;
// _this.form.ywDetail = res.result.ywDetail;
...
...
Please
register
or
sign in
to post a comment