|
|
@@ -90,12 +90,11 @@ import SpreadDesigner from '@/components/SpreadDesigner/index.vue'
|
|
|
import { Printer, Download, Refresh, DocumentAdd, Picture, ArrowDown } from '@element-plus/icons-vue'
|
|
|
import { useTagsViewStore } from '@/store/modules/tagsView'
|
|
|
import {
|
|
|
- getTmplateInitData,
|
|
|
- updateStandardTemplate,
|
|
|
- getStandardTemplateInfo,
|
|
|
- getPDF,
|
|
|
- getTestPdf
|
|
|
+ getPDF
|
|
|
} from '@/api/laboratory/standard/template';
|
|
|
+import {
|
|
|
+ getStandardTemplateInfo,
|
|
|
+} from '@/api/pressure2/standard/template'
|
|
|
import {ref, onMounted,onUnmounted} from "vue";
|
|
|
import {InitParams} from './SpreadInterface';
|
|
|
import { buildFileUrl } from '@/utils'
|