king
2020-10-21 0b733984acbbc018511fba1ce3ce913d71639f64
src/views/successCase/successCase.vue
@@ -69,12 +69,15 @@
  methods: {
    jumpmenu (menuId) {
      if (!menuId || !this.data.PageType) return
      menuId = menuId + '.html'
      this.$router.push({name: this.data.PageType.toLowerCase(), params: {menuId: menuId}})
    },
    load () {
      let param = {
        func: 'Web_SuccessCaseIndex_GetData',
        ID: this.menuId
        ID: this.menuId.replace('.html', '')
      }
      this.Service.getParamData(param).then(res => {
        this.product = {