6f6d13cd by 蔡俊立

发起申请

1 parent 4021e7e7
......@@ -211,8 +211,21 @@ export default {
}
})
},
activeClick (tab, event) {
if (tab.name == '1') {
//获取环节扩展信息
    expandInfo(bestepid){
      let that = this
      var formdata = new FormData();
      formdata.append("bestepid", bestepid);
      stepExpandInfo(formdata).then(res => {
        if (res.code === 200) {
          this.tabList1 =  [...res.result.form]
          this.tabList = res.result.form;
          this.headerleftList = res.result.button
        }
      })
    },
    activeClick(tab,event){
      if(tab.name=='slxx'){
this.list(this.id)
}
},
......@@ -224,11 +237,11 @@ export default {
this.$refs.slxx[0].list(item.bsmSldy)
})
},
operation (index, item) {
if (item.icon == 'fqsq3') {
this.zsylFlag = true
operation (index, item) {  
      if(item.value == 'zsyl'){
         this.zsylFlag = true
} else if (item.icon == 'fqsq5') {
      }  else if (item.value == 'clfp') {
this.key++
this.issplitScreen = !this.issplitScreen
this.flag = !this.flag
......