feat: 新增兑换码模块本地字段

This commit is contained in:
wangsongsole 2023-08-09 10:02:02 +08:00
parent f23e4c2c1d
commit 7f1594600e
1 changed files with 3 additions and 2 deletions

View File

@ -178,11 +178,12 @@ export const init = () => {
direct_reseller_id: 0, direct_reseller_id: 0,
newGoodsBtnLoading: false, newGoodsBtnLoading: false,
tableLoading: false, tableLoading: false,
addIsType: "", addIsType: 1,
isState: 0 /* 0:新增 1:复制 2:编辑 */, isState: 0 /* 0:新增 1:复制 2:编辑 */,
planSelectData: [] /* 归属计划数据 */, planSelectData: [] /* 归属计划数据 */,
keyBatchSelectData: [] /* 归属key数据 */, keyBatchSelectData: [] /* 归属key数据 */,
codeStatus: "" /* 兑换码状态 */ codeStatus: "" /* 兑换码状态 */,
productData: null
} }
} }