Преглед на файлове

feat:商城-套餐包的支付类型调整

caoliqin преди 1 месец
родител
ревизия
8cba4a036b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/hisStore/storeProductPackage/index.vue

+ 1 - 1
src/views/hisStore/storeProductPackage/index.vue

@@ -452,7 +452,7 @@ export default {
       this.cateOptions = response.data;
     });
 
-    this.getDicts("store_pay_type").then((response) => {
+    this.getDicts("sys_store_pay_type").then((response) => {
       this.storePayTypeOptions = response.data;
     });
     this.getList();