|
@@ -306,8 +306,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <print-preview ref="preView" @initPrint="handleInitPrint" @refreshList="handleRefreshList" :addPrint="addPrint"/>
|
|
|
-
|
|
|
+ <!-- <print-preview ref="preView" @initPrint="handleInitPrint" @refreshList="handleRefreshList" :addPrint="addPrint" /> -->
|
|
|
|
|
|
<!-- <CommonPrint :printId="printId" :printType="printType" v-if="isShowPrint" @backDetail="backDetail" /> -->
|
|
|
</div>
|
|
@@ -437,16 +436,15 @@ export default {
|
|
|
this.printId = ''
|
|
|
this.isShowPrint = false
|
|
|
},
|
|
|
-
|
|
|
- handleRefreshList(){
|
|
|
+
|
|
|
+ handleRefreshList() {
|
|
|
// this.recordSelected = []
|
|
|
// this.$refs.pageRef.refreshList()
|
|
|
-
|
|
|
},
|
|
|
- handleInitPrint(){
|
|
|
+ handleInitPrint() {
|
|
|
this.$nextTick(() => {
|
|
|
- this.initPrint()
|
|
|
- })
|
|
|
+ this.initPrint()
|
|
|
+ })
|
|
|
}
|
|
|
}
|
|
|
}
|