Browse Source

供需管理-api开发需求:增删改查完成功能后弹出提示框,点击右上角的差,界面变黑,不能操作

mydq 5 years ago
parent
commit
af10550f2e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/pages/admin/data_api/unshelve_result.jsp

+ 1 - 1
src/main/webapp/pages/admin/data_api/unshelve_result.jsp

@@ -19,5 +19,5 @@
     setTimeout(function () {
         window.parent.search();
         $(".close").click();
-    },5000)
+    },1000)
 </script>