From 79ff2197ea16c150e3537970442ee76317d02b3e Mon Sep 17 00:00:00 2001 From: zhoucong <123456> Date: 星期五, 29 四月 2022 15:45:23 +0800 Subject: [PATCH] fix --- src/views/delayHiddenDangerRectification/index.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/delayHiddenDangerRectification/index.vue b/src/views/delayHiddenDangerRectification/index.vue index cb8c36e..a1a0282 100644 --- a/src/views/delayHiddenDangerRectification/index.vue +++ b/src/views/delayHiddenDangerRectification/index.vue @@ -220,7 +220,7 @@ value1:"", reList:[{label:"未关联",value:0}], llrList:[], - JCDWList:[{label:"众泰",value:0},{label:"上级单位",value:1}], + JCDWList:[{label:"众泰煤焦化",value:0},{label:"上级单位",value:1}], JCBMList:[], YHLXList:[], BCList:[], @@ -247,6 +247,7 @@ this.initBC() this.initJCLB() this.initLlr() + this.initYHBM() }, methods:{ initLlr(){ @@ -258,7 +259,7 @@ } }) }, - changeYHDW(val){ + initYHBM(val){ initYHBM().then(res=>{ if (res.data.ok==1){ this.YHBMList=res.data.data -- Gitblit v1.9.2