| | |
| | | import { onMounted, onBeforeMount, reactive, ref, watch } from "vue"; |
| | | import { Message } from '@arco-design/web-vue'; |
| | | import { kbretrievalTest, queryModelList } from "@/api/kbList"; |
| | | import { usePinia } from "../../../store"; |
| | | const store = usePinia(); |
| | | // import { usePinia } from "../../../store"; |
| | | // const store = usePinia(); |
| | | // const props = defineProps({ |
| | | // kbobj: { |
| | | // type: Object, |
| | |
| | | const formRef = ref(null); |
| | | const modelList = ref({}); |
| | | let form = reactive({ |
| | | kb_id: store.kbobj.id, |
| | | // kb_id: store.kbobj.id, |
| | | page: 1, |
| | | question: '', |
| | | rerank_id: '', |