LD 5 лет назад
Родитель
Сommit
897c31480d

+ 1 - 1
resources/js/queryForm/header.js

@@ -41,7 +41,7 @@ window.Header = function getHeader(object) {
         th.style.position = "-webkit-sticky";
         th.style.top = _fixedTop+"px";
         th.style.backgroundColor = "white";
-        th.style.zIndex = "999";
+        th.style.zIndex = "99";
     }
     function createHeader() {//生成表头列
         let tr = document.createElement("tr");

+ 1 - 1
tests/Services/LogisticZopService/LogisticZopServiceTest.php

@@ -26,7 +26,7 @@ class LogisticZopServiceTest extends TestCase
      */
     public function get_test()
     {
-        $result = $this->logisticZopService->get(['75451837176537']);
+        $result = $this->logisticZopService->get(['73228024067239']);
         dd($result);
     }