* Batch editing project interface.

This commit is contained in:
tianshujie98
2021-02-20 17:41:13 +08:00
parent 83c4669281
commit b0384bbc7f
4 changed files with 56 additions and 5 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ $(function()
if(data && !data.result)
{
$('#promptTable td').remove();
$('#promptTable tbody tr').remove();
for(var i in data.message)
{
var product = data.message[i];