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
f591d658
authored
2022-09-28 18:04:04 +0800
by
蔡俊立
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
2 parents
f67acfab
506be58f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
31 deletions
src/views/ywbl/fqsq/workFrame.vue
src/views/ywbl/fqsq/workFrame.vue
View file @
f591d65
...
...
@@ -40,8 +40,8 @@
</ul>
-->
<el-menu
default-active=
"0"
@
select=
"selectItems"
>
<el-menu-item
:index=
"index"
v-for=
"(item, index) in unitData"
:index=
"index.toString()"
:key=
"index"
>
<i>
...
...
@@ -125,7 +125,7 @@ export default {
},
methods
:
{
selectItems
(
index
)
{
//this.$alert(
index
);
//this.$alert(
this.unitData[index].bsmSldy
);
//this.$store.state.adminleftnavnum = index;
if
(
this
.
currentSelectProps
.
bsmSldy
!=
this
.
unitData
[
index
].
bsmSldy
)
{
...
...
@@ -211,35 +211,35 @@ export default {
leftMenu
(
formdata
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
unitData
=
res
.
result
;
this
.
unitData
.
push
({
bsmSldy
:
"edd5ffc12c8dcc237ad06447618dcddc"
,
bsmBusiness
:
"ee5187fa978c9002c3a2991ae5d70482"
,
bsmSsql
:
null
,
ybdcqzsh
:
null
,
bdcdyid
:
"dded1d6615be4fbf02de75c93bb5084e"
,
bdcdyh
:
"610102123666GB10165W00000000"
,
bdcdylx
:
null
,
xmmc
:
null
,
jzwmc
:
null
,
fh
:
null
,
zl
:
"陕西省新城区大庆路1号村"
,
bglx
:
"0"
,
wqhtid
:
null
,
wqhtbh
:
null
,
htlx
:
null
,
wqsj
:
null
,
ydybh
:
null
,
djyy
:
"GYJSY2222D"
,
qllx
:
"A03"
,
djlx
:
"200"
,
sqzsbs
:
null
,
gyfs
:
null
,
sqfbcz
:
null
,
sfxysczs
:
null
,
sfxyffzs
:
null
,
issave
:
null
,
taskId
:
null
,
});
//
this.unitData.push({
//
bsmSldy: "edd5ffc12c8dcc237ad06447618dcddc",
//
bsmBusiness: "ee5187fa978c9002c3a2991ae5d70482",
//
bsmSsql: null,
//
ybdcqzsh: null,
//
bdcdyid: "dded1d6615be4fbf02de75c93bb5084e",
//
bdcdyh: "610102123666GB10165W00000000",
//
bdcdylx: null,
//
xmmc: null,
//
jzwmc: null,
//
fh: null,
//
zl: "陕西省新城区大庆路1号村",
//
bglx: "0",
//
wqhtid: null,
//
wqhtbh: null,
//
htlx: null,
//
wqsj: null,
//
ydybh: null,
//
djyy: "GYJSY2222D",
//
qllx: "A03",
//
djlx: "200",
//
sqzsbs: null,
//
gyfs: null,
//
sqfbcz: null,
//
sfxysczs: null,
//
sfxyffzs: null,
//
issave: null,
//
taskId: null,
//
});
// this.unitData.push(res.result[0]);
// this.unitData.push(res.result[0]);
this
.
currentSelectProps
=
res
.
result
[
0
];
...
...
Please
register
or
sign in
to post a comment