parent
a626c69547
commit
645dbebd86
15 changed files with 29 additions and 34 deletions
|
|
@ -14,7 +14,7 @@ import FormSection from '@/components/form/section.vue';
|
|||
import FormSuspense from '@/components/form/suspense.vue';
|
||||
import * as os from '@/os';
|
||||
import * as symbols from '@/symbols';
|
||||
import { refetchInstanceMeta } from '@/instance';
|
||||
import { fetchInstance } from '@/instance';
|
||||
|
||||
export default defineComponent({
|
||||
components: {
|
||||
|
|
@ -49,7 +49,7 @@ export default defineComponent({
|
|||
save() {
|
||||
os.apiWithDialog('admin/update-meta', {
|
||||
}).then(() => {
|
||||
refetchInstanceMeta();
|
||||
fetchInstance();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue