Pre Merge pull request !167 from dhb52/warm-flw-future

This commit is contained in:
dhb52 2024-12-11 10:33:20 +00:00 committed by Gitee
commit c239978bef
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -56,7 +56,7 @@
</div>
</template>
<script lang="ts" setup>
import { flowImage } from 'src/api/workflow/instance';
import { flowImage } from '@/api/workflow/instance';
import { propTypes } from '@/utils/propTypes';
const { proxy } = getCurrentInstance() as ComponentInternalInstance;