From 80a0a4937ad534d59cb42a2f330f533584b9aa70 Mon Sep 17 00:00:00 2001 From: zhoucong <123456> Date: 星期二, 26 四月 2022 15:34:19 +0800 Subject: [PATCH] 众泰新增 --- src/views/hiddenDangerRegistration/index.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/hiddenDangerRegistration/index.vue b/src/views/hiddenDangerRegistration/index.vue index 3e203e4..3f86d62 100644 --- a/src/views/hiddenDangerRegistration/index.vue +++ b/src/views/hiddenDangerRegistration/index.vue @@ -258,7 +258,7 @@ options: [], form:{}, - JCDWList:[{label:"众泰",value:0},{label:"上级单位",value:1}], + JCDWList:[{label:"众泰煤焦化",value:0},{label:"上级单位",value:1}], JCBMList:[], YHLXList:[], BCList:[], @@ -285,6 +285,7 @@ this.initBC() this.initJCLB() this.initLlr() + this.initYHBM() }, methods:{ initLlr(){ @@ -296,7 +297,7 @@ } }) }, - changeYHDW(val){ + initYHBM(){ initYHBM().then(res=>{ if (res.data.ok==1){ this.YHBMList=res.data.data -- Gitblit v1.9.2