fix:光子退火混料bug修改
This commit is contained in:
parent
78842f328e
commit
5fe388aaf6
|
@ -591,7 +591,7 @@ export default {
|
|||
if (res.length == 1) {
|
||||
this.currentMgroup = res[0];
|
||||
this.params.mgroup = this.currentMgroup.id;
|
||||
// this.apiObj = this.$API.wpm.mlog.list;
|
||||
this.apiObj = this.$API.wpm.mlog.list;
|
||||
|
||||
this.paramsHandover.send_mgroup = this.currentMgroup.id;
|
||||
this.apiObjHandover = this.$API.wpm.handover.list;
|
||||
|
|
|
@ -570,7 +570,7 @@ export default {
|
|||
if (res.length == 1) {
|
||||
this.currentMgroup = res[0];
|
||||
this.params.mgroup = this.currentMgroup.id;
|
||||
// this.apiObj = this.$API.wpm.mlog.list
|
||||
this.apiObj = this.$API.wpm.mlog.list;
|
||||
|
||||
this.paramsHandover.send_mgroup = this.currentMgroup.id;
|
||||
this.apiObjHandover = this.$API.wpm.handover.list;
|
||||
|
|
Loading…
Reference in New Issue