Forráskód Böngészése

fix: vgm页面请求数据后立即验证一次

zhouyuhao 1 éve
szülő
commit
3170072d1b

+ 2 - 1
src/auto-imports.d.ts

@@ -3,6 +3,7 @@
 // @ts-nocheck
 // noinspection JSUnusedGlobalSymbols
 // Generated by unplugin-auto-import
+// biome-ignore lint: disable
 export {}
 declare global {
   const $api: typeof import('@/api/index')['default']
@@ -68,6 +69,6 @@ declare global {
 // for type re-export
 declare global {
   // @ts-ignore
-  export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
+  export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
   import('vue')
 }

+ 3 - 0
src/views/Tracking/src/components/TrackingTable/src/components/VGMView.vue

@@ -232,6 +232,9 @@ const getData = () => {
               item.width = 210
             }
           })
+          if (generalInfo.value.formData.is_send) {
+            verificationData()
+          }
         })
       } else if (res.code === 400) {
         ElMessage.error('No access')