Skip to content

Commit b5eff71

Browse files
committed
feature(管理后台): 商品列表
1 parent 42e2717 commit b5eff71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/mall/product/spu/save.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ export default {
361361
if (!valid) {
362362
return;
363363
}
364-
let rates = this.ratesForm.rates;
364+
let rates = JSON.parse(JSON.stringify(this.ratesForm.rates));
365365
366366
// 价格元转分
367367
rates.forEach(r => {

0 commit comments

Comments
 (0)