Kaynağa Gözat

fix:bug[905]

maliang 4 hafta önce
ebeveyn
işleme
7b64139901

+ 5 - 0
jshERP-web/src/views/bill/mixins/BillModalMixin.js

@@ -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()