8aa912e5 by lihua

评审TODO

1 parent 6d85f6b6
......@@ -175,9 +175,8 @@ const dialogInfo = ref({
],
},
});
/** TODO 改成IPO分成三个小模块 */
const dialogBtnClick = (btn, info) => {
console.log('btn', btn, info);
if (btn.value == 'submit') {
if (!userReceiveCheckList.value.length) {
ElMessage.error('请勾选数据接收方');
......
......@@ -315,20 +315,6 @@ const getTableData = () => {
});
}
const showDetailItem: any = ref(null);
const oldScrollTop = ref(0);
// 回到顶部
function toTop(className: string) {
requestAnimationFrame(() => {
let dom = document.getElementsByClassName(className)[0]
dom.scrollIntoView({
block: 'start',
behavior: 'instant',
})
})
}
const handleDataClick = (item, index) => {
selectDataInfo.value = item;
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!