Ver Fonte

解决表单组新增时的请求异常问题

lph há 1 ano atrás
pai
commit
170c0f04b6
1 ficheiros alterados com 3 adições e 1 exclusões
  1. 3 1
      zkqy-ui/src/views/tablelist/commonTable/listInfo.vue

+ 3 - 1
zkqy-ui/src/views/tablelist/commonTable/listInfo.vue

@@ -2113,7 +2113,9 @@ export default {
         this.noNeedHandler(btnData, row);
         return;
       }
-
+      if (btnData.btnFormType == "dragFormGroup") {
+        this.times = 2; //重置请求次数
+      }
       switch (btnType) {
         case "INNERLINK":
           this.routerHandler(btnData, btnType);