zhangxiao
2024-08-12 88b1281f51f590f88ae581d2a14b877da9439250
src/views/dmx/model/components/addTableName.vue
@@ -68,10 +68,13 @@
  } from 'vue';
  import { addLlmFactory, getLlmDetail, editLlmFactory } from '@/api/model';
  import { Message } from '@arco-design/web-vue';
  import { userModelState } from '@/store';
  const modelStore = userModelState();
  const addTabVisible = defineModel('tabShow');
  const httpUrl = localStorage.getItem('httpUrl');
  const httpUrl = modelStore.hrefUrl;
  const loading = ref(false);
  const props = defineProps({
    task_id: {
@@ -98,7 +101,7 @@
    logo: '',
    urlS: '',
  });
  const formRef = ref(null);
  const formRef = ref();
  const rules = {
    name: [