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
a9afd356
authored
2024-01-22 15:54:14 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:申请业务规则
1 parent
efc87d57
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/views/system/sqywgz/sqywDetail.js
src/views/system/sqywgz/sqywDetail.vue
src/views/system/sqywgz/sqywDetail.js
View file @
a9afd35
...
...
@@ -259,7 +259,7 @@ class data extends filter {
{
vm
.
form
.
djqx
.
map
(
option
=>
{
return
(
<
el
-
option
label
=
{
option
.
nodename
}
value
=
{
option
.
bsmSqyw
}
><
/el-option
>
<
el
-
option
label
=
{
option
.
nodename
}
value
=
{
option
.
nodecode
}
><
/el-option
>
)
})
}
...
...
src/views/system/sqywgz/sqywDetail.vue
View file @
a9afd35
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 202
3-10-13 13:38:21
* @LastEditTime: 202
4-01-22 15:49:28
-->
<
template
>
<div>
...
...
@@ -211,7 +211,6 @@
}
},
methods
:
{
//页面初始化
/**
* @description: 页面初始化
* @author: renchao
...
...
@@ -233,6 +232,7 @@
}
})
}
console
.
log
(
this
.
clxxList
);
},
/**
* @description: orderNoChange
...
...
@@ -289,7 +289,7 @@
getSqdjywDetail
(
bsmSqyw
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
form
=
res
.
result
;
console
.
log
(
this
.
form
.
clxx
);
console
.
log
(
this
.
form
);
if
(
that
.
formData
.
sqfl
==
"2"
)
{
that
.
form
.
ywmcList
=
that
.
form
.
djlx
.
map
(
item
=>
({
nodename
:
item
.
djywmc
+
'+'
+
item
.
nodename
,
bsmSqyw
:
item
.
bsmSqyw
}))
}
...
...
Please
register
or
sign in
to post a comment