@@ -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>
@@ -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);