Explorar o código

类别显示bug

laiguoran %!s(int64=4) %!d(string=hai) anos
pai
achega
9c065f48f0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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');