Explorar el Código

银行查询修改

cuixq hace 3 años
padre
commit
d513c7abf9
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      front-vue/src/api/system/authentication.js

+ 8 - 0
front-vue/src/api/system/authentication.js

@@ -67,4 +67,12 @@ export function cashBack() {
     method: 'post'
   })
 }
+//查询cfca银行列表(分页)下拉框
+export function listBank(query) {
+  return request({
+    url: '/system/companyAuth/queryBank',
+    method: 'post',
+    params: query
+  })
+}