mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
优化张峰反馈bug
This commit is contained in:
parent
f35393b086
commit
219071af26
@ -101,7 +101,7 @@
|
||||
</el-form>
|
||||
</div>
|
||||
<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>
|
||||
</span>
|
||||
</el-dialog>
|
||||
@ -274,7 +274,7 @@ export default {
|
||||
}
|
||||
},
|
||||
handleClose() {
|
||||
this.$router.go(-1)
|
||||
window.close()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user