| | |
| | | <el-option |
| | | v-for="item in reList" |
| | | :key="item.value" |
| | | :label="item.label" |
| | | :label="item.value" |
| | | :value="item.value"> |
| | | </el-option> |
| | | </el-select> |
| | |
| | | <div v-if="table1"> |
| | | <el-col :span="14" style="text-align:right;"> |
| | | <el-button class="btns" type="primary" size="small" @click="specialFocus()">{{focusDesc}}</el-button> |
| | | <el-button class="btns" type="primary" size="small" @click="sendBath()">管理关注</el-button> |
| | | <!-- <el-button class="btns" type="primary" size="small" @click="sendBath()">管理关注</el-button>--> |
| | | </el-col> |
| | | </div> |
| | | </el-row> |
| | |
| | | </template> |
| | | <script> |
| | | import { getPageList, danger_focus_tag, analogy_export_do, focus_do} from "@/api/sgyhpczl/careabout" |
| | | import {initJCBM ,initYHLX, initBC ,initJCLB ,initYHBM ,initYHJB,initLlr} from "@/api/sgyhpczl/initSelect"; |
| | | import {initJCBM ,initYHLX, initBC ,initJCLB ,initYHBM ,initYHJB,initLlr,initSrxcqk} from "@/api/sgyhpczl/initSelect"; |
| | | |
| | | export default{ |
| | | data(){ |
| | |
| | | JCBMList:[], |
| | | YHLXList:[], |
| | | BCList:[], |
| | | reList:[{label:"值班",value:"值班"},{label:"带班",value:"带班"}], |
| | | reList:[], |
| | | JCLBList:[], |
| | | YHBMList:[], |
| | | YHJBList:[], |
| | |
| | | this.initJCLB(); |
| | | this.initLlr(); |
| | | this.initYHBM(); |
| | | this.initSrxcqk(); |
| | | this.initTags(); |
| | | this.getPageList(); |
| | | }, |
| | |
| | | } |
| | | }) |
| | | }, |
| | | initSrxcqk(){ |
| | | initSrxcqk().then(res=>{ |
| | | if (res.data.ok==1){ |
| | | this.reList=res.data.data |
| | | } else{ |
| | | this.$message({type:'error', message:res.data.msg, duration:3000}) |
| | | } |
| | | }) |
| | | }, |
| | | initTags(){ |
| | | danger_focus_tag().then(res=>{ |
| | | if (res.data.ok==1){ |