Browse Source

类别显示bug

laiguoran 4 years ago
parent
commit
9c065f48f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/public/js/category.js

+ 1 - 1
app/public/js/category.js

@@ -147,7 +147,7 @@ function bindCategoryValueControl() {
                 delTr.addClass('table-danger');
                 $('input', delTr).attr('disabled', '');
                 delTr.children()[1].innerText = '移动到其他项';
-                $('tr[vid=' + tarVid + ']').children()[1].innerText = tarValue.relaTenders.length + tarValue.newTenders.length;
+                $('tr[vid=' + tarVid + ']').children()[2].innerText = tarValue.relaTenders.length + tarValue.newTenders.length;
                 $('#del-cate-value').modal('hide');
             });
             $('#del-cate-value').modal('show');