Browse Source

修复bug

DESKTOP-MINPJAU\Administrator 3 years ago
parent
commit
56c6d765d1

+ 1 - 1
src/components/si-sheet-upload/ExportAutoUploadInfo.vue

@@ -33,7 +33,7 @@ import {downloadExcel} from "@/utils/excel";
 
 const emit = defineEmits(['close'])
 
-const dialog = true
+const dialog = ref(true)
 let dateRange = $ref([])
 
 const ExportToExcel = async () => {

+ 1 - 2
src/views/medical-insurance/allpatient/SetSheetUpload.vue

@@ -16,7 +16,6 @@
       <el-button v-if="shenHeQuanXian()" type="success" @click="xianZhiShiJianClick">设置限制时间</el-button>
       <el-button v-if="shenHeQuanXian()" type="success" @click="autoUploadDialog = true">导出自动上传信息</el-button>
       <export-auto-upload-info @close="autoUploadDialog = false" v-if="autoUploadDialog"/>
-      {{ autoUploadDialog }}
       <xian-zhi-shi-jian ref="xianZhiShiJian"></xian-zhi-shi-jian>
     </el-header>
     <el-main>
@@ -612,7 +611,7 @@ export default {
     }
 
     // 查询自动上传
-    const autoUploadDialog = ref(true)
+    const autoUploadDialog = ref(false)
 
     onMounted(() => {
       getInsutypes().then((res) => {