Browse Source

添加参数

bding 1 year ago
parent
commit
d11fdbeb9b
1 changed files with 3 additions and 1 deletions
  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;
       }