f591d658 by 蔡俊立
2 parents f67acfab 506be58f
......@@ -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];
......