@@ -53,9 +53,7 @@ export const useAppStore = defineStore('app-store', {
await nextTick();
if (duration) {
setTimeout(() => {
- console.log('b', this.reloadFlag);
this.reloadFlag = true;
- console.log('f', this.reloadFlag);
}, duration);
} else {
@@ -65,9 +65,7 @@ function beforeUpload(data: { file: UploadFileInfo; fileList: UploadFileInfo[] }
}
return true;
-console.log('----------------------');
onMounted(() => {
- console.log('++++++++++++++++++++++');
crudExpose.doRefresh();
});
</script>