feature(管理后台): 商品列表

This commit is contained in:
luowenfeng
2022-09-21 19:40:07 +08:00
parent fdb2d7339f
commit 77a676ee07
3 changed files with 43 additions and 41 deletions

View File

@ -361,7 +361,7 @@ export default {
if (!valid) {
return;
}
let rates = this.ratesForm.rates;
let rates = JSON.parse(JSON.stringify(this.ratesForm.rates));
// 价格元转分
rates.forEach(r => {