|
|
@@ -99,8 +99,8 @@ export default {
|
|
|
moveAllInput(e){
|
|
|
this.isAloneAllActive=false;
|
|
|
this.isAloneAllFocus=false;
|
|
|
- if(e==''){return}
|
|
|
- this.changeAutoPrice = e;
|
|
|
+ // if(e==''){return}
|
|
|
+ this.changeAutoPrice = e?e:0;
|
|
|
if(this.isAlterMoney){
|
|
|
this.isAlterMoney = false;
|
|
|
// let self = this
|