瀏覽代碼

卖家发票页面切换时,全选状态重置问题

yangc 8 年之前
父節點
當前提交
fb1cec3805
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/main/webapp/resources/js/vendor/controllers/forstore/vendor_invoice_ctrl.js

+ 3 - 0
src/main/webapp/resources/js/vendor/controllers/forstore/vendor_invoice_ctrl.js

@@ -11,6 +11,9 @@ define([ 'app/app' ], function(app) {
                 initDataRule(102);
             }
             initTable();
+            if ($scope.isAllCheck) {
+               $scope.onAllChecked();
+            }
             $scope.active = t;
         };