Browse Source

添加ai对话框

xiaoguang_li 8 tháng trước cách đây
mục cha
commit
f5447926f7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      desktop/core/src/desktop/templates/assist.mako

+ 1 - 1
desktop/core/src/desktop/templates/assist.mako

@@ -2886,7 +2886,7 @@ from desktop.views import _ko
             return
         }
         self.query('');
-        event.target.value = '';
+
         console.log(new Date() +"  end answer query: "+ cleanQuery )
 
         self.messages.push({type:'user', content: cleanQuery});