✨ feat: 新增兑换码模块本地字段
This commit is contained in:
parent
f23e4c2c1d
commit
7f1594600e
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue