|
|
@@ -172,21 +172,6 @@
|
|
|
const { createMessage } = useMessage();
|
|
|
const [registerDrawer, { openDrawer }] = useDrawer();
|
|
|
const [registerImpModal, { openModal: openImpModal }] = useModal();
|
|
|
- // const [registerModalView] = useModal();
|
|
|
- //预览
|
|
|
- // const previewImg = ref(null);
|
|
|
- // const handleRowClick = () => {
|
|
|
- // previewImg.value.clickHandler();
|
|
|
- // };
|
|
|
-
|
|
|
- // 预览文件地址
|
|
|
- // function rowClick(record: any, index: number) {
|
|
|
- // return {
|
|
|
- // onclick: () => {
|
|
|
- // console.log(record, index);
|
|
|
- // },
|
|
|
- // };
|
|
|
- // }
|
|
|
const [registerTable, { reload, clearSelectedRowKeys }] = useTable({
|
|
|
api: articleList,
|
|
|
batchDelApi: articleStatus,
|
|
|
@@ -319,9 +304,6 @@
|
|
|
console.log('callForm:::', searchNames.value);
|
|
|
await reload();
|
|
|
}
|
|
|
- // formValue.patientName = data.patientName ? data.patientName : '';
|
|
|
- // formValue.tableSort = data.tableSort ? data.tableSort : '';
|
|
|
- // await reload();
|
|
|
</script>
|
|
|
<style lang="less" scoped>
|
|
|
.table-dot {
|