xs 5 роки тому
батько
коміт
4c404fb753

+ 1 - 1
src/main/webapp/webpage/modules/sg/projecttem/addItem.jsp

@@ -53,7 +53,7 @@
         </table>
     </div>
     <input type="file" style="display: none;" accept=".xls,.xlsx"  name="file" id="myfile"/>
-    <input id="newText1"  name="projectId" value=""/>
+    <input id="newText1" hidden name="projectId" value=""/>
 </form>
 </body>
 <script src="${ctxp}/static/plugin/assets/layui/layui.js"></script>

+ 0 - 2
src/main/webapp/webpage/modules/sg/projecttem/manageList.js

@@ -93,8 +93,6 @@
     // treetable.foldAll('#table1');
     table.on('tool(table1)', function(obj,target){
     var data = obj.data;
-    alert(data.id);
-    alert(data.length);
     //console.log(obj)
     if(obj.event == 'add'){
         $("#addtext").val(data.id);