瀏覽代碼

红包充值字典修改

xgb 4 天之前
父節點
當前提交
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 => {