| | |
| | | <template> |
| | | <FYImageSelectDialog |
| | | v-loading="loading" |
| | | title="台账图片" |
| | | :typeList="typeList" |
| | | :typeImgMap="typeImgMap" |
| | |
| | | import userApi from '@/api/fysp/userApi.js'; |
| | | import { svToTz } from '@/enum/scene'; |
| | | import { $fytz } from '@/api/index'; |
| | | import { useCloned } from '@vueuse/core'; |
| | | const loading = ref(true) |
| | | const props = defineProps({ |
| | | // 展示模式 |
| | | mode: { |
| | |
| | | const typeImgMap = ref(new Map()); |
| | | function getList() { |
| | | userApi.getTzId(props.subtask.sceneId).then((res) => { |
| | | loading.value = true |
| | | let tzUserId = res.tzUserId; |
| | | |
| | | problemApiFytz |
| | |
| | | typeImgMap.value.get(type.typeId).push(item); |
| | | }); |
| | | } |
| | | }); |
| | | }).finally(() => loading.value = false); |
| | | }); |
| | | } |
| | | function getMonth() { |