diff --git a/src/components/global.vue b/src/components/global.vue index 6808ab5..49db03b 100644 --- a/src/components/global.vue +++ b/src/components/global.vue @@ -161,9 +161,9 @@ }, setDy(listData,num) { - let name = this.cite.memberLoginVo.printerGlossy || 'EPSON WF-C5890 Series' + let name = this.cite.memberLoginVo.printerGlossy || 'EPSON WF-C5890 Series2' if(listData.printFileType=='PDF') { - name = this.cite.memberLoginVo.printerA4 || 'EPSON WF-C5890 Series 副本1' + name = this.cite.memberLoginVo.printerA4 || 'EPSON WF-C5890 Series' } console.log('设备名称',name) let res = bdRequest({ @@ -188,6 +188,7 @@ this.$router.push({ name: 'complete' }) + this.DYZshow = false },1000) } },