WebService/src/main/resources/components/purchaseApplyPackage/purchaseApply-manage/purchaseApplyManage.html
@@ -34,6 +34,7 @@ </div> </div> <div class="col-sm-1"> <button type="button" class="btn btn-primary btn-sm" v-on:click="_queryInspectionPlanMethod()"> <i class="glyphicon glyphicon-search"></i> 查询 WebService/src/main/resources/components/purchaseApplyPackage/purchaseApply-manage/purchaseApplyManage.js
@@ -23,7 +23,6 @@ vc.component._listPurchaseApplys(DEFAULT_PAGE, DEFAULT_ROWS); }, _initEvent:function(){ vc.on('purchaseApplyManage','listPurchaseApply',function(_param){ vc.component._listPurchaseApplys(DEFAULT_PAGE, DEFAULT_ROWS); });