发起申请
Showing
1 changed file
with
19 additions
and
6 deletions
| ... | @@ -211,8 +211,21 @@ export default { | ... | @@ -211,8 +211,21 @@ export default { |
| 211 | } | 211 | } |
| 212 | }) | 212 | }) |
| 213 | }, | 213 | }, |
| 214 | activeClick (tab, event) { | 214 | //获取环节扩展信息 |
| 215 | if (tab.name == '1') { | 215 | expandInfo(bestepid){ |
| 216 | let that = this | ||
| 217 | var formdata = new FormData(); | ||
| 218 | formdata.append("bestepid", bestepid); | ||
| 219 | stepExpandInfo(formdata).then(res => { | ||
| 220 | if (res.code === 200) { | ||
| 221 | this.tabList1 = [...res.result.form] | ||
| 222 | this.tabList = res.result.form; | ||
| 223 | this.headerleftList = res.result.button | ||
| 224 | } | ||
| 225 | }) | ||
| 226 | }, | ||
| 227 | activeClick(tab,event){ | ||
| 228 | if(tab.name=='slxx'){ | ||
| 216 | this.list(this.id) | 229 | this.list(this.id) |
| 217 | } | 230 | } |
| 218 | }, | 231 | }, |
| ... | @@ -224,11 +237,11 @@ export default { | ... | @@ -224,11 +237,11 @@ export default { |
| 224 | this.$refs.slxx[0].list(item.bsmSldy) | 237 | this.$refs.slxx[0].list(item.bsmSldy) |
| 225 | }) | 238 | }) |
| 226 | }, | 239 | }, |
| 227 | operation (index, item) { | 240 | operation (index, item) { |
| 228 | if (item.icon == 'fqsq3') { | 241 | if(item.value == 'zsyl'){ |
| 229 | this.zsylFlag = true | 242 | this.zsylFlag = true |
| 230 | 243 | ||
| 231 | } else if (item.icon == 'fqsq5') { | 244 | } else if (item.value == 'clfp') { |
| 232 | this.key++ | 245 | this.key++ |
| 233 | this.issplitScreen = !this.issplitScreen | 246 | this.issplitScreen = !this.issplitScreen |
| 234 | this.flag = !this.flag | 247 | this.flag = !this.flag | ... | ... |
-
Please register or sign in to post a comment