Browse Source

添加参数

bding 1 năm trước cách đây
mục cha
commit
d11fdbeb9b
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/views/rai_manage/cygxManage/lableManage.vue

+ 3 - 1
src/views/rai_manage/cygxManage/lableManage.vue

@@ -192,7 +192,9 @@ export default {
 
     // 获取活动类型
     async activityType() {
-      const res = await raiInterface.getActivityType();
+      const res = await raiInterface.getActivityType({
+        IsGetAll:true,
+      });
       if (res.Ret === 200) {
         this.optionsActivity = res.Data.List;
       }