Browse Source

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

lph 1 năm trước cách đây
mục cha
commit
170c0f04b6
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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);