liukangdong
2024-12-03 a40e6a45b2207a9b172b7687ce6e4fe7da8b9ac6
admin/src/views/finance/components/bullDetail.vue
@@ -182,7 +182,7 @@
      </div>
    </div>
    <!--  创建流水  -->
    <FlowingWater ref="flowingWater" @success="getDetails" />
    <FlowingWater ref="flowingWater" @success="getDetails" @refresh="Refresh" />
  </GlobalWindow>
</template>
@@ -219,6 +219,9 @@
          this.visible = true
        })
    },
    Refresh () {
      this.$emit('success')
    },
    tabsClick(val) {
      this.activeTabs = val
    },