Parcourir la source

2019080514561

xs il y a 5 ans
Parent
commit
7f7396f268
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      src/main/webapp/webpage/modules/sg/project/management.jsp

+ 6 - 0
src/main/webapp/webpage/modules/sg/project/management.jsp

@@ -315,6 +315,12 @@
     function refresh(){
         window.location.reload();
     }
+    function addProject(){
+        layer.prompt({title: '请输入工程名称', formType: 3}, function(text, index){
+            layer.close(index);
+            layer.msg('添加成功'+text, {icon: 1});
+        });
+    }
 </script>
 </body>
 </html>