소스 검색

红包充值字典修改

xgb 6 일 전
부모
커밋
c19265c073
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/company/companyRedPacketBalanceLogs/index.vue

+ 1 - 1
src/views/company/companyRedPacketBalanceLogs/index.vue

@@ -188,7 +188,7 @@ export default {
   },
   created() {
 
-    this.getDicts("sys_company_money_logs_type").then(response => {
+    this.getDicts("company_red_packet_balance_type").then(response => {
       this.logsTypeOptions = response.data;
     });
     getCompanyList().then(response => {