Explorar el Código

供应商授信页面

peixh hace 3 años
padre
commit
891e222c5c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      front-vue/src/views/service/creditLine/supplierCreditLine.vue

+ 1 - 1
front-vue/src/views/service/creditLine/supplierCreditLine.vue

@@ -349,7 +349,7 @@
 </template>
 
 <script>
-import { listQuota, getQuota, delQuota, addQuota, updateQuota } from "@/api/system/quota";
+import { listCreditLine, getCreditLine, delCreditLine, addCreditLine, updateCreditLine,changeStatus} from "@/api/service/creditLine/creditLine";
 
 export default {
   name: "Quota",