@@ -9,7 +9,7 @@
</template>
<!-- 操作区,位于 title 行的行尾 -->
<template slot="extra" v-if="$hasPermissions('B_storeCallOutPrint')">
- <Print :disabled="localDataSource.length==0" :showExport="false" @handlePrint="handlePrint"></Print>
+ <Print :disabled="chooseLoadDataSource.length==0" :showExport="false" @handlePrint="handlePrint"></Print>
</a-page-header>
<!-- 选择产品 -->