瀏覽代碼

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

lichao 3 年之前
父節點
當前提交
8ec5669410
共有 1 個文件被更改,包括 4 次插入0 次删除
  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(() => {