tangning 4 月之前
父節點
當前提交
38e25fae5f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>