6 İşlemeler 9d47716bab ... 3f7bc1f587

Yazar SHA1 Mesaj Tarih
  AmandaG 3f7bc1f587 Merge branch 'dev' into dev_zyh 2 ay önce
  Amanda Gao d7b73ef741 Merge branch 'dev_g' of United_Software/k_online_ui into dev 2 ay önce
  AmandaG a4f583d39f Merge branch 'dev' into dev_g 2 ay önce
  AmandaG 1a497f2e77 fix:修改接口调用 2 ay önce
  Jack Zhou 4098c4f03a Merge branch 'dev_g' of United_Software/k_online_ui into dev 2 ay önce
  AmandaG d23ccab875 style:修改高度 2 ay önce

+ 0 - 1
src/components/AIRobot/src/AIRobot.vue

@@ -129,7 +129,6 @@ onMounted(() => {
   if(localStorage.getItem('userInfo') != null) {
     AIIconVisible.value = true
   }
-  AIRobotInit()
   emitter.on('login-success', isShowLogin)
   emitter.on('login-out', Logout)
   emitter.on('checkPrompt', Logout)

+ 2 - 1
src/views/AIRobotChat/src/components/AIQuestions.vue

@@ -1,5 +1,6 @@
 <script setup lang="ts">
 import { ref, onMounted } from 'vue'
+import emitter from '@/utils/bus'
 
 const props = defineProps<{
   modalSize: String
@@ -95,7 +96,7 @@ const generatePages = () => {
   pages.value = result.filter((p) => p.row1.length > 0)
 }
 onMounted(() => {
-  AIRobotInit()
+  emitter.on('login-success', AIRobotInit)
 })
 
 defineExpose({

+ 1 - 0
src/views/SystemSettings/src/components/MonitoringTable/src/MonitoringTable.vue

@@ -42,6 +42,7 @@ const columnstest = ref([
   }
 ])
 const datatest = ref([])
+
 const tableData = ref<VxeGridProps<any>>({
   border: true,
   round: true,