tangning 4 months ago
parent
commit
38e25fae5f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/view/case/records/index.vue

+ 1 - 1
src/view/case/records/index.vue

@@ -523,7 +523,7 @@ border: 1px solid #D9D9D9;min-height: 450px">
       <template #footer>
         <div class="dialog-footer text-center flex">
           <div style="width: 50%">
-            <el-button type="primary" :disabled="!aiImgData.src" @click="handleAI"> 识别 </el-button>
+            <el-button type="primary" :disabled="!aiImgData.src || aiImgData.loading" @click="handleAI"> 识别 </el-button>
           </div>
           <div style="width: 50%">
             <el-button :disabled="!aiImgData.result" @click="handleCopy"> 复制 </el-button>