|
@@ -179,7 +179,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-import {getJgbt, selectJgbtSpList} from '@/api/search/xxcx/btxx/jgbt'
|
|
|
+import {getJgbt, listJgbtTf} from '@/api/search/xxcx/btxx/jgbt'
|
|
|
import {chineseOne, idCard} from '@/utils/regular'
|
|
|
import {mapGetters, mapState} from 'vuex'
|
|
|
import { decryptData_ECB, decryptRowData_ECB } from "@/api/tool/sm4";
|
|
@@ -317,7 +317,7 @@ export default {
|
|
|
/** 查询机构补贴申请受理列表 */
|
|
|
getList() {
|
|
|
this.loading = true
|
|
|
- selectJgbtSpList({ ...this.queryParams, jgssqh: this.queryParams.jgssqh }).then((response) => {
|
|
|
+ listJgbtTf({ ...this.queryParams, jgssqh: this.queryParams.jgssqh }).then((response) => {
|
|
|
this.jgbtList = response.rows
|
|
|
this.total = response.total
|
|
|
this.loading = false
|