fix: BUG修改
This commit is contained in:
parent
b202c4dc1c
commit
06b6fce0ea
@ -66,17 +66,6 @@
|
||||
plain
|
||||
>{{ $t("message.laborMange.refresh") }}</el-button
|
||||
>
|
||||
<!-- <el-button
|
||||
v-if="
|
||||
menuList.actionList.findIndex(
|
||||
(x) => x.actionCode == 'qrcodeAg'
|
||||
) != -1
|
||||
"
|
||||
type="primary"
|
||||
@click="openCode"
|
||||
plain
|
||||
>人员录入二维码</el-button
|
||||
> -->
|
||||
<el-button
|
||||
v-permission="{key: 'qrcodeAg', moduleName: '人员登记培训'}"
|
||||
type="primary"
|
||||
@ -711,7 +700,6 @@ export default {
|
||||
{ name: "不合格", value: 0 },
|
||||
{ name: "未培训", value: -1 },
|
||||
],
|
||||
menuList: this.$store.state.userInfo.menuAuthority.menuList,
|
||||
qrCodeDialog: false,
|
||||
tableData: [],
|
||||
page: 1,
|
||||
@ -795,9 +783,6 @@ export default {
|
||||
},
|
||||
created() {
|
||||
this.projectSn = this.$store.state.projectSn;
|
||||
this.menuList = this.menuList.filter(
|
||||
(x) => x.menuName == "人员登记培训"
|
||||
)[0];
|
||||
this.getMachineList();
|
||||
this.getInfoList();
|
||||
this.getProjectList();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user