From 80a0a4937ad534d59cb42a2f330f533584b9aa70 Mon Sep 17 00:00:00 2001
From: zhoucong <123456>
Date: Tue, 26 Apr 2022 15:34:19 +0800
Subject: [PATCH] 众泰新增
---
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