优化张峰反馈bug

This commit is contained in:
wuxw 2025-07-18 21:56:31 +08:00
parent f35393b086
commit 219071af26

View File

@ -101,7 +101,7 @@
</el-form> </el-form>
</div> </div>
<span slot="footer" class="dialog-footer"> <span slot="footer" class="dialog-footer">
<el-button @click="cloudPrintVisible = false">{{ $t('printSmallPayFee.cancel') }}</el-button> <el-button @click="handleClose">{{ $t('printSmallPayFee.cancel') }}</el-button>
<el-button type="primary" @click="handleSubmitCloudPrint">{{ $t('printSmallPayFee.submit') }}</el-button> <el-button type="primary" @click="handleSubmitCloudPrint">{{ $t('printSmallPayFee.submit') }}</el-button>
</span> </span>
</el-dialog> </el-dialog>
@ -274,7 +274,7 @@ export default {
} }
}, },
handleClose() { handleClose() {
this.$router.go(-1) window.close()
} }
} }
} }