jiayongqiang hace 6 horas
padre
commit
2b8ba4b0a1

BIN
agent/dist/agent-0.1.8.2-py3-none-any.whl


BIN
agent/dist/agent-0.1.8.2.tar.gz


+ 0 - 3
server/yusp-tagging-core/src/main/java/cn/com/yusys/yusp/controller/AitagTagLogController.java

@@ -80,9 +80,6 @@ public class AitagTagLogController {
             }
             taggingResult.setOrgs(childrens);
         }
-        ResultDto<List<AdminSmOrg>> resultDto =  ocaUserService.orgtreequery("A",false,"0");
-        System.out.println("========to here========");
-        System.out.println(JSON.toJSONString(resultDto.getData()));
 
         taggingResult.setUserId(userId);
         taggingResult.setRoleCode(role);

+ 1 - 1
web/src/views/aiTagging/taggingTest/taggingApply.vue

@@ -283,7 +283,7 @@ export default {
             // 获取state状态:0-打标执行中;1-打标完成;2-已确认;3-已推送
             const state = responseData.state;
 
-            if (state === 0) {
+            if (state === 0 || state === 4 ) {
               // 打标执行中,继续轮询
               this.pollingTimer = setTimeout(() => {
                 this.pollTaggingResult(businessAttr, loadingInstance);