代码调整
This commit is contained in:
parent
27a54d5842
commit
c997e5d244
File diff suppressed because one or more lines are too long
@ -389,7 +389,6 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.switchMode(prdType);
|
this.switchMode(prdType);
|
||||||
debugger;
|
|
||||||
const res = this.$route.query.drawWay ? await loadDraftScriptNew(id, this.group) : await loadDraftScript(row.id, id, this.group);
|
const res = this.$route.query.drawWay ? await loadDraftScriptNew(id, this.group) : await loadDraftScript(row.id, id, this.group);
|
||||||
if (res && res.code == 200) {
|
if (res && res.code == 200) {
|
||||||
this.questId = parseInt(row.id);
|
this.questId = parseInt(row.id);
|
||||||
|
@ -224,7 +224,7 @@ export default {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
handleQuitQuest() {
|
handleQuitQuest() {
|
||||||
if (this.$route.query.drawWay == 'true') {
|
if (this.$route.query.drawWay) {
|
||||||
quitScriptNew(this.group).then(resp => {
|
quitScriptNew(this.group).then(resp => {
|
||||||
this.$emit('quitQuest');
|
this.$emit('quitQuest');
|
||||||
this.initLoadPage();
|
this.initLoadPage();
|
||||||
|
Loading…
Reference in New Issue
Block a user