Преглед изворни кода

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

yangc пре 8 година
родитељ
комит
fb1cec3805

+ 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);
                 initDataRule(102);
             }
             }
             initTable();
             initTable();
+            if ($scope.isAllCheck) {
+               $scope.onAllChecked();
+            }
             $scope.active = t;
             $scope.active = t;
         };
         };