剧本管理bug修改
This commit is contained in:
parent
5964baeea1
commit
293cee8d2f
@ -74,6 +74,9 @@ export default {
|
||||
this.mapList = response.data;
|
||||
this.loading = false;
|
||||
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);
|
||||
})
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user