合并
This commit is contained in:
@ -187,7 +187,7 @@ const handleDownload = (row) => {
|
||||
{
|
||||
id: row.id
|
||||
},
|
||||
`互提资料.zip`
|
||||
`互提资料.docx`
|
||||
);
|
||||
};
|
||||
const handleViewFile = (row) => {
|
||||
|
@ -176,7 +176,7 @@
|
||||
<script setup name="DataCollectionForm" lang="ts">
|
||||
import { ref, reactive, computed, onMounted, onUnmounted, watch, getCurrentInstance } from 'vue';
|
||||
import { useUserStoreHook } from '@/store/modules/user';
|
||||
import { ElMessage, ElLoading } from 'element-plus';
|
||||
import { ElMessage, ElLoading, FormRules } from 'element-plus';
|
||||
import { systemUserList } from '@/api/design/appointment';
|
||||
import { collectBatch, byProjectId, exportWord } from '@/api/design/received';
|
||||
import { getUser } from '@/api/system/user';
|
||||
|
Reference in New Issue
Block a user