feat: 知识库
This commit is contained in:
@@ -44,7 +44,7 @@ const fetchOptions = async () => {
|
||||
}
|
||||
const res: any = await getChildrenNodeListApi(params);
|
||||
if (res && res.code === 200) {
|
||||
options.value = res.data?.data?.map((item: any) => ({
|
||||
options.value = res.data?.map((item: any) => ({
|
||||
label: item.nodeName,
|
||||
value: item.uuid,
|
||||
info: { ...item },
|
||||
|
||||
@@ -101,6 +101,7 @@ const form = ref<RuleForm>({
|
||||
|
||||
const onShowFun = () => {
|
||||
resetFun();
|
||||
initData();
|
||||
};
|
||||
const initData = () => {
|
||||
const file = [{
|
||||
|
||||
Reference in New Issue
Block a user