|
|
|
@ -38,10 +38,7 @@
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
import {
|
|
|
|
|
listCertificates,
|
|
|
|
|
exchange,
|
|
|
|
|
} from "@/api/volunteer/gxhzs/gxhzsgl/index.js";
|
|
|
|
|
import { zskdh, exchange } from "@/api/volunteer/gxhzs/gxhzsgl/index.js";
|
|
|
|
|
export default {
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
@ -55,7 +52,6 @@ export default {
|
|
|
|
|
tableData: [],
|
|
|
|
|
total: 0,
|
|
|
|
|
queryParams: {
|
|
|
|
|
type: 0,
|
|
|
|
|
name: undefined,
|
|
|
|
|
pageNum: 1,
|
|
|
|
|
pageSize: 10,
|
|
|
|
@ -113,7 +109,7 @@ export default {
|
|
|
|
|
/** 查询证书管理列表 */
|
|
|
|
|
getList() {
|
|
|
|
|
this.loading = true;
|
|
|
|
|
listCertificates(this.queryParams).then((response) => {
|
|
|
|
|
zskdh(this.queryParams).then((response) => {
|
|
|
|
|
this.certificatesList = response.rows;
|
|
|
|
|
this.total = response.total;
|
|
|
|
|
this.loading = false;
|
|
|
|
|