Commit 219071af268b24487aa631ddebc748f36de0afdc

Authored by wuxw
1 parent f35393b0

优化张峰反馈bug

src/views/fee/printSmallPayFeeList.vue
@@ -101,7 +101,7 @@ @@ -101,7 +101,7 @@
101 </el-form> 101 </el-form>
102 </div> 102 </div>
103 <span slot="footer" class="dialog-footer"> 103 <span slot="footer" class="dialog-footer">
104 - <el-button @click="cloudPrintVisible = false">{{ $t('printSmallPayFee.cancel') }}</el-button> 104 + <el-button @click="handleClose">{{ $t('printSmallPayFee.cancel') }}</el-button>
105 <el-button type="primary" @click="handleSubmitCloudPrint">{{ $t('printSmallPayFee.submit') }}</el-button> 105 <el-button type="primary" @click="handleSubmitCloudPrint">{{ $t('printSmallPayFee.submit') }}</el-button>
106 </span> 106 </span>
107 </el-dialog> 107 </el-dialog>
@@ -274,7 +274,7 @@ export default { @@ -274,7 +274,7 @@ export default {
274 } 274 }
275 }, 275 },
276 handleClose() { 276 handleClose() {
277 - this.$router.go(-1) 277 + window.close()
278 } 278 }
279 } 279 }
280 } 280 }