zhangxiao
2024-08-09 61c2e839038e684119d03bccb24a4b7133c8a141
src/views/dmx/knowledgeLib/index.vue
@@ -34,7 +34,7 @@
          </a-spin>
      </div>
      <div class="rt-container" v-if="tabs.length > 0">
        <a-tabs :activeKey="activeKey" @change="handleTabChange">
        <a-tabs :active-key="activeKey" @change="handleTabChange">
          <a-tab-pane key="1" :title= "t('dmx.list.DataSet')">
            <div class="rt-container-main">
              <a-card  ref="account" class="general-card" title="" style="padding-top: 20px">
@@ -643,7 +643,7 @@
  const reset = () => {
    formModel.value = generateFormModel();
  };
  function handleTabChange(key: string) {
  function handleTabChange(key) {
    // 处理标签改变事件
    console.log('Changed to tab:', key);
    activeKey.value=key;