b3069277 by renchao@pashanhoo.com

style:登记薄模板

1 parent 15567ef3
<!--
* @Description: workFrame左侧菜单列表-普通
* @Autor: renchao
* @LastEditTime: 2023-09-26 15:32:20
* @LastEditTime: 2023-10-08 10:30:24
-->
<template>
<div class="leftmenu" :class="{ 'animation-map-drawer': isShowdrawer }">
......@@ -26,6 +26,7 @@
v-for="(item, index) in supplementarylist"
:index="index.toString()"
:key="index">
<p class="dot" v-if="item.isSave == '0'"></p>
<div>
<p v-if="item.operate=='D'">{{ item.qllxmc }} <span class="tpcolor">(删除)</span></p>
<p v-else>{{ item.qllxmc }} <span class="tpcolor">({{ item.operate=="U"?"编辑":"新增" }})</span></p>
......@@ -155,12 +156,12 @@
that.activeIndex = sessionStorage.getItem('keyPath')
} else {
that.loadBdcdylist()
this.activeIndex = "-1";
that.activeIndex = "-1";
// that.unitClick(0)
// that.activeIndex = "0"
}
} else {
this.loadBdcdylist()
// this.loadBdcdylist()
}
}
})
......