Browse Source

应收应付明细跳转打开查询

lichao 3 years ago
parent
commit
8ec5669410
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/views/warehouseBusiness/storageFeeCalculation/index.vue

+ 4 - 0
src/views/warehouseBusiness/storageFeeCalculation/index.vue

@@ -1512,6 +1512,10 @@ export default {
   },
   activated() {
     this.Jump()
+    if (this.$route.query.id) {
+      let data = {fId: this.$route.query.id}
+      this.handleUpdate_s(data, true)
+    }
   },
   mounted() {
     this.$nextTick(() => {