tangning 1 天之前
父节点
当前提交
1a050f3c0d
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/view/case/records/index.vue

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

@@ -820,7 +820,8 @@ const handleAI = async () => {
   // }
 };
 const handleSelect = (val, itme) => {
-  console.log("handleSelect", val, itme);
+  aiImgData.value.result = false;
+  aiImgData.value.result = ''
 }
 const initSSE = (url) => {
   // 销毁旧连接(避免重复连接)