剧本管理bug修改

This commit is contained in:
joylink_cuiweidong 2019-09-26 11:07:30 +08:00
parent 5964baeea1
commit 293cee8d2f

View File

@ -74,6 +74,9 @@ export default {
this.mapList = response.data; this.mapList = response.data;
this.loading = false; this.loading = false;
this.mapSelect=localStore.get("script_mapId") || this.mapList[0].id; this.mapSelect=localStore.get("script_mapId") || this.mapList[0].id;
if(localStore.get("script_mapId")){
this.$store.dispatch('scriptRecord/updateScriptId',localStore.get("script_mapId"));
}
this.getQuestPageList(this.mapSelect); this.getQuestPageList(this.mapSelect);
}) })
}, },