|
@@ -323,7 +323,7 @@
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
|
<script>
|
|
|
-import { getDetail, getExport } from '@/api/saleManage/quotation';
|
|
|
|
|
|
|
+import { getDetail, exportByPathId } from '@/api/saleManage/quotation';
|
|
|
import { getFile } from '@/api/system/file';
|
|
import { getFile } from '@/api/system/file';
|
|
|
import dictMixins from '@/mixins/dictMixins';
|
|
import dictMixins from '@/mixins/dictMixins';
|
|
|
import { copyObj } from '@/utils/util';
|
|
import { copyObj } from '@/utils/util';
|
|
@@ -491,8 +491,7 @@ export default {
|
|
|
methods: {
|
|
methods: {
|
|
|
//导出
|
|
//导出
|
|
|
async exportTable() {
|
|
async exportTable() {
|
|
|
- this.loading = true;
|
|
|
|
|
- const response = await getExport(this.detailId);
|
|
|
|
|
|
|
+ const response = await exportByPathId(this.detailId);
|
|
|
},
|
|
},
|
|
|
previewModal() {
|
|
previewModal() {
|
|
|
this.previewvisible = true;
|
|
this.previewvisible = true;
|