chenrui пре 3 година
родитељ
комит
6dd63f21ac
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/allocationManagement/storeTransferOut/edit.vue

+ 1 - 1
src/views/allocationManagement/storeTransferOut/edit.vue

@@ -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>
         </template>
       </a-page-header>
       <!-- 选择产品 -->