浏览代码

类别显示bug

laiguoran 4 年之前
父节点
当前提交
9c065f48f0
共有 1 个文件被更改,包括 1 次插入1 次删除
  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');