fix change reps
This commit is contained in:
@@ -53,12 +53,7 @@ export default {
|
||||
debugger
|
||||
this.enablePopup = true;
|
||||
this.$emit("position", this.$el, this.enablePopup, true);
|
||||
},
|
||||
async changeReps(value){
|
||||
console.log(value);
|
||||
await new FileService().changeReps(this.selectedProcess, this.idPartProgram, value)
|
||||
this.enablePopup = false;
|
||||
},
|
||||
}
|
||||
// close(){
|
||||
// this.enablePopup = false;
|
||||
// }
|
||||
|
||||
@@ -159,7 +159,12 @@ export default {
|
||||
},
|
||||
close(){
|
||||
this.enablePopup = false;
|
||||
}
|
||||
},
|
||||
async changeReps(value){
|
||||
console.log(value);
|
||||
await new FileService().changeReps(this.selectedProcess, this.idPartProgram, value)
|
||||
this.enablePopup = false;
|
||||
},
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user