|
|
|
@ -165,7 +165,7 @@ |
|
|
|
</template> |
|
|
|
|
|
|
|
<script> |
|
|
|
import { info, tzList, jcgjList } from "@/api/business/gyzj/gyzj" |
|
|
|
import { info, tzList, jcgjList,exportDetail } from "@/api/business/gyzj/gyzj" |
|
|
|
import JcgjList from "@/views/business/comps/common/JcgjList"; |
|
|
|
|
|
|
|
export default { |
|
|
|
@ -195,8 +195,14 @@ export default { |
|
|
|
created() { |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
exportExcel() { |
|
|
|
alert('todo') |
|
|
|
exportExcel() { |
|
|
|
this.$modal.loading() |
|
|
|
exportDetail({ id: this.form.id }).then(response => { |
|
|
|
window.open(this.baseUrl +response.msg) |
|
|
|
this.$modal.closeLoading() |
|
|
|
}).finally(() => { |
|
|
|
this.$modal.closeLoading() |
|
|
|
}) |
|
|
|
}, |
|
|
|
getJjcgjList(val) { |
|
|
|
this.$modal.loading() |
|
|
|
|