|
@@ -80,6 +80,11 @@ export const BillModalMixin = {
|
|
|
this.width = realScreenWidth < 1500 ? '1200px' : '1550px'
|
|
|
this.minWidth = realScreenWidth < 1500 ? 1150 : 1500
|
|
|
},
|
|
|
+ watch:{
|
|
|
+ $route(to, from) {
|
|
|
+ this.visible = false
|
|
|
+ }
|
|
|
+ },
|
|
|
mounted() {
|
|
|
document.getElementById(this.prefixNo).addEventListener('keydown', this.handleOkKey)
|
|
|
this.getCreatorSpinnerList()
|