点赞
This commit is contained in:
parent
cb790b2b5a
commit
941f345399
@ -101,19 +101,19 @@
|
|||||||
</Dialog>
|
</Dialog>
|
||||||
</template>
|
</template>
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { getStrDictOptions, DICT_TYPE } from '@/utils/dict'
|
import { getStrDictOptions, DICT_TYPE } from '@/utils/dict';
|
||||||
import { KnowledgeApi, KnowledgeVO } from '@/api/bpm/knows/knowledge'
|
import { KnowledgeApi, KnowledgeVO } from '@/api/bpm/knows/knowledge';
|
||||||
import CommentForm from './components/CommentForm.vue'
|
import CommentForm from './components/CommentForm.vue';
|
||||||
import { getUserProfile, ProfileVO } from '@/api/system/user/profile'
|
import { getUserProfile, ProfileVO } from '@/api/system/user/profile';
|
||||||
import {DeptVO, getDept} from "@/api/system/dept";
|
import {DeptVO, getDept} from "@/api/system/dept";
|
||||||
import {defaultProps, handleTree} from "@/utils/tree";
|
import {defaultProps, handleTree} from "@/utils/tree";
|
||||||
import {KnowtypeApi} from "@/api/bpm/knows/knowtype";
|
import {KnowtypeApi} from "@/api/bpm/knows/knowtype";
|
||||||
import yesIcon from "../../../../assets/imgs/Knowledge/star_yes.svg"
|
import yesIcon from "../../../../assets/imgs/Knowledge/star_yes.svg";
|
||||||
import noIcon from "../../../../assets/imgs/Knowledge/star_no.svg"
|
import noIcon from "../../../../assets/imgs/Knowledge/star_no.svg";
|
||||||
import tbYesIcon from "../../../../assets/imgs/Knowledge/Tbup_yes.svg"
|
import tbYesIcon from "../../../../assets/imgs/Knowledge/Tbup_yes.svg";
|
||||||
import tbNoIcon from "../../../../assets/imgs/Knowledge/Tbup_no.svg"
|
import tbNoIcon from "../../../../assets/imgs/Knowledge/Tbup_no.svg";
|
||||||
import {Star2Api} from "@/api/bpm/star2";
|
import {Star2Api} from "@/api/bpm/star2";
|
||||||
import { TbupApi } from '@/api/bpm/tbup'
|
import { TbupApi } from '@/api/bpm/tbup';
|
||||||
|
|
||||||
/** 知识发布 表单 */
|
/** 知识发布 表单 */
|
||||||
defineOptions({ name: 'KnowledgeForm' })
|
defineOptions({ name: 'KnowledgeForm' })
|
||||||
|
Loading…
Reference in New Issue
Block a user