style:申请单元列表
Showing
4 changed files
with
5 additions
and
15 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: workFrame左侧菜单列表-普通 | 2 | * @Description: workFrame左侧菜单列表-普通 |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-28 08:44:31 | 4 | * @LastEditTime: 2023-08-30 13:59:09 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="leftmenu" :class="{ 'animation-map-drawer': isShowdrawer }"> | 7 | <div class="leftmenu" :class="{ 'animation-map-drawer': isShowdrawer }"> |
... | @@ -194,7 +194,6 @@ | ... | @@ -194,7 +194,6 @@ |
194 | }); | 194 | }); |
195 | }); | 195 | }); |
196 | }, | 196 | }, |
197 | //批量按钮点击事件 | ||
198 | /** | 197 | /** |
199 | * @description: 批量按钮点击事件 | 198 | * @description: 批量按钮点击事件 |
200 | * @author: renchao | 199 | * @author: renchao |
... | @@ -203,9 +202,7 @@ | ... | @@ -203,9 +202,7 @@ |
203 | this.currentSelectProps.batchOperation = true; | 202 | this.currentSelectProps.batchOperation = true; |
204 | this.activeIndex = "-1"; | 203 | this.activeIndex = "-1"; |
205 | this.$parent.stepForm(0); | 204 | this.$parent.stepForm(0); |
206 | |||
207 | }, | 205 | }, |
208 | //批量操作 | ||
209 | /** | 206 | /** |
210 | * @description: 批量操作 | 207 | * @description: 批量操作 |
211 | * @author: renchao | 208 | * @author: renchao |
... | @@ -216,7 +213,6 @@ | ... | @@ -216,7 +213,6 @@ |
216 | dataList: this.unitData, | 213 | dataList: this.unitData, |
217 | }, '50%', true) | 214 | }, '50%', true) |
218 | }, | 215 | }, |
219 | //申请单元点击事件 | ||
220 | /** | 216 | /** |
221 | * @description: 申请单元点击事件 | 217 | * @description: 申请单元点击事件 |
222 | * @param {*} index | 218 | * @param {*} index | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-09 14:54:20 | 4 | * @LastEditTime: 2023-08-30 14:03:05 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="container"> | 7 | <div class="container"> |
... | @@ -132,7 +132,6 @@ | ... | @@ -132,7 +132,6 @@ |
132 | * @author: renchao | 132 | * @author: renchao |
133 | */ | 133 | */ |
134 | getCurrentSelectProps (val) { | 134 | getCurrentSelectProps (val) { |
135 | console.log(val, 'valvalvalval'); | ||
136 | this.currentSelectProps = val | 135 | this.currentSelectProps = val |
137 | getZdInfo(val.bdcdyid).then(res => { | 136 | getZdInfo(val.bdcdyid).then(res => { |
138 | this.bsmZd = res?.result[0]?.bsmZd | 137 | this.bsmZd = res?.result[0]?.bsmZd |
... | @@ -158,7 +157,6 @@ | ... | @@ -158,7 +157,6 @@ |
158 | unClaimTask(this.bsmSlsq, this.bestepid); | 157 | unClaimTask(this.bsmSlsq, this.bestepid); |
159 | } | 158 | } |
160 | }, | 159 | }, |
161 | //申请单元点击事件 | ||
162 | /** | 160 | /** |
163 | * @description: 申请单元点击事件 | 161 | * @description: 申请单元点击事件 |
164 | * @param {*} index | 162 | * @param {*} index |
... | @@ -167,7 +165,7 @@ | ... | @@ -167,7 +165,7 @@ |
167 | stepForm (index) { | 165 | stepForm (index) { |
168 | getStepFormInfo(this.currentSelectProps).then((res) => { | 166 | getStepFormInfo(this.currentSelectProps).then((res) => { |
169 | if (res.code === 200) { | 167 | if (res.code === 200) { |
170 | this.fresh++; | 168 | // this.fresh++; |
171 | //获取单元对应的所有表单信息 | 169 | //获取单元对应的所有表单信息 |
172 | this.tabList = res.result; | 170 | this.tabList = res.result; |
173 | //默认加载第一个表单信息 | 171 | //默认加载第一个表单信息 | ... | ... |
... | @@ -2,13 +2,9 @@ | ... | @@ -2,13 +2,9 @@ |
2 | /* | 2 | /* |
3 | * @Description: | 3 | * @Description: |
4 | * @Autor: renchao | 4 | * @Autor: renchao |
5 | * @LastEditTime: 2023-08-02 14:08:27 | 5 | * @LastEditTime: 2023-08-30 13:51:05 |
6 | */ | 6 | */ |
7 | export default { | 7 | export default { |
8 | data () { | ||
9 | return { | ||
10 | } | ||
11 | }, | ||
12 | watch: { | 8 | watch: { |
13 | 'ruleForm.sldy.gyfs': { | 9 | 'ruleForm.sldy.gyfs': { |
14 | handler: function (val, oldVal) { | 10 | handler: function (val, oldVal) { |
... | @@ -22,5 +18,5 @@ export default { | ... | @@ -22,5 +18,5 @@ export default { |
22 | }, | 18 | }, |
23 | immediate: true | 19 | immediate: true |
24 | } | 20 | } |
25 | }, | 21 | } |
26 | } | 22 | } | ... | ... |
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment