修改业务单据bug

prod
郑明梁 2 years ago
parent 05110a25df
commit 8577854308

@ -208,7 +208,7 @@ export default {
this.getList();
},
handleClose(){
if( this.formName=='add' && this.pId!=null){
if( this.formName=='add'){
this.isChang=!this.isChang
}else{
this.newSpDistributionVisible=false

@ -209,7 +209,7 @@ export default {
this.getList();
},
handleClose(){
if( this.formName=='add' && this.pId!=null){
if( this.formName=='add'){
this.isChang=!this.isChang
}else{
this.newSpDistributionVisible=false

Loading…
Cancel
Save