代码调整

This commit is contained in:
joylink_cuiweidong 2020-05-12 13:39:52 +08:00
parent 27a54d5842
commit c997e5d244
3 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -389,7 +389,6 @@ export default {
}
}
this.switchMode(prdType);
debugger;
const res = this.$route.query.drawWay ? await loadDraftScriptNew(id, this.group) : await loadDraftScript(row.id, id, this.group);
if (res && res.code == 200) {
this.questId = parseInt(row.id);

View File

@ -224,7 +224,7 @@ export default {
});
},
handleQuitQuest() {
if (this.$route.query.drawWay == 'true') {
if (this.$route.query.drawWay) {
quitScriptNew(this.group).then(resp => {
this.$emit('quitQuest');
this.initLoadPage();