xiaochan 3 سال پیش
والد
کامیت
28945b0899
1فایلهای تغییر یافته به همراه11 افزوده شده و 10 حذف شده
  1. 11 10
      src/components/si-sheet-upload/JieSuanDanXiangQing.vue

+ 11 - 10
src/components/si-sheet-upload/JieSuanDanXiangQing.vue

@@ -769,21 +769,22 @@ export default {
             })
           }, 1000)
         }
-        if (diseinfo.value.length > 0) {
-          setTimeout(() => {
-            sortableDiseinfo()
-          }, 100)
-        }
-        if (oprninfo.value.length > 0) {
-          setTimeout(() => {
-            sortableOprninfo()
-          }, 100)
-        }
+
         //初始化拖拽表格
       } else {
         diseinfo.value = clone(props.data.ybZyDisDiag)
         oprninfo.value = clone(props.data.batjBa4)
       }
+      if (diseinfo.value.length > 0) {
+        setTimeout(() => {
+          sortableDiseinfo()
+        }, 100)
+      }
+      if (oprninfo.value.length > 0) {
+        setTimeout(() => {
+          sortableOprninfo()
+        }, 100)
+      }
       zhenDuanQuery.value.medType = props.data.medType
     }