|
@@ -195,7 +195,6 @@ export default {
|
|
|
this.sitem.sale_price = this.setNum(this.sitem.sale_price);
|
|
|
this.sitem.sale_fee = this.setNum(this.sitem.sale_fee);
|
|
|
this.sitem.bare_fee = this.setNum(this.sitem.bare_fee);
|
|
|
- console.log(this.sitem);
|
|
|
this.getNewTime();
|
|
|
} else if (res && res.code >= 100 && res.code <= 104) {
|
|
|
await this.logout();
|