评审TODO
Showing
2 changed files
with
1 additions
and
16 deletions
| ... | @@ -175,9 +175,8 @@ const dialogInfo = ref({ | ... | @@ -175,9 +175,8 @@ const dialogInfo = ref({ |
| 175 | ], | 175 | ], |
| 176 | }, | 176 | }, |
| 177 | }); | 177 | }); |
| 178 | 178 | /** TODO 改成IPO分成三个小模块 */ | |
| 179 | const dialogBtnClick = (btn, info) => { | 179 | const dialogBtnClick = (btn, info) => { |
| 180 | console.log('btn', btn, info); | ||
| 181 | if (btn.value == 'submit') { | 180 | if (btn.value == 'submit') { |
| 182 | if (!userReceiveCheckList.value.length) { | 181 | if (!userReceiveCheckList.value.length) { |
| 183 | ElMessage.error('请勾选数据接收方'); | 182 | ElMessage.error('请勾选数据接收方'); | ... | ... |
| ... | @@ -315,20 +315,6 @@ const getTableData = () => { | ... | @@ -315,20 +315,6 @@ const getTableData = () => { |
| 315 | }); | 315 | }); |
| 316 | } | 316 | } |
| 317 | 317 | ||
| 318 | const showDetailItem: any = ref(null); | ||
| 319 | |||
| 320 | const oldScrollTop = ref(0); | ||
| 321 | |||
| 322 | // 回到顶部 | ||
| 323 | function toTop(className: string) { | ||
| 324 | requestAnimationFrame(() => { | ||
| 325 | let dom = document.getElementsByClassName(className)[0] | ||
| 326 | dom.scrollIntoView({ | ||
| 327 | block: 'start', | ||
| 328 | behavior: 'instant', | ||
| 329 | }) | ||
| 330 | }) | ||
| 331 | } | ||
| 332 | const handleDataClick = (item, index) => { | 318 | const handleDataClick = (item, index) => { |
| 333 | selectDataInfo.value = item; | 319 | selectDataInfo.value = item; |
| 334 | } | 320 | } | ... | ... |
-
Please register or sign in to post a comment