fix:光子退火混料bug修改

This commit is contained in:
shijing 2024-07-01 14:17:17 +08:00
parent 78842f328e
commit 5fe388aaf6
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;