Commit 219071af268b24487aa631ddebc748f36de0afdc

Authored by wuxw
1 parent f35393b0

优化张峰反馈bug

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