Browse Source

fix:修改是否赠送流量的默认值

zeng.chen 3 months atrás
parent
commit
58f0ee78fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/flowpackage/list/index.vue

+ 1 - 1
src/views/flowpackage/list/index.vue

@@ -267,7 +267,7 @@ export default {
     },
     // 是否赠送流量
     giftFormatter(row) {
-      return this.selectDictLabel(this.recommendOptions, row.isGift);
+      return this.selectDictLabel(this.recommendOptions, row.isGift ?? 1);
     },
     // 关联设备
     devFormatter(row) {