refactor: refs #8004 remove console log from CardSummary component on mount
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
1b6bb39c3e
commit
ff69bf6d57
|
@ -54,7 +54,6 @@ onBeforeMount(async () => {
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
stateStore.rightDrawerChangeValue(false);
|
stateStore.rightDrawerChangeValue(false);
|
||||||
console.log('useStateStore: ', useStateStore.rightMenu);
|
|
||||||
});
|
});
|
||||||
async function fetch() {
|
async function fetch() {
|
||||||
store.url = props.url;
|
store.url = props.url;
|
||||||
|
|
Loading…
Reference in New Issue