mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-18 18:56:32 +00:00
smixes
This commit is contained in:
parent
715818b9cb
commit
e7dee8a58a
@ -65,7 +65,8 @@ export default {
|
|||||||
this.onShowPersList(this)
|
this.onShowPersList(this)
|
||||||
},
|
},
|
||||||
async constructor() {
|
async constructor() {
|
||||||
this.configFile = await this.api_get_req("get_config").then(()=>{
|
this.api_get_req("get_config").then((res)=>{
|
||||||
|
this.configFile =res
|
||||||
this.getPersonalitiesArr().then(() => {
|
this.getPersonalitiesArr().then(() => {
|
||||||
this.getMountedPersonalities()
|
this.getMountedPersonalities()
|
||||||
this.$forceUpdate()
|
this.$forceUpdate()
|
||||||
|
@ -70,7 +70,8 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
async constructor() {
|
async constructor() {
|
||||||
this.configFile = await this.api_get_req("get_config").then(()=>{
|
this.api_get_req("get_config").then((res)=>{
|
||||||
|
this.configFile=res
|
||||||
this.getPersonalitiesArr().then(() => {
|
this.getPersonalitiesArr().then(() => {
|
||||||
this.getMountedPersonalities()
|
this.getMountedPersonalities()
|
||||||
this.$forceUpdate()
|
this.$forceUpdate()
|
||||||
|
Loading…
Reference in New Issue
Block a user