Kaynağa Gözat

2019080514561

xs 5 yıl önce
ebeveyn
işleme
7f7396f268

+ 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>