Ver Fonte

fix: 经销商详情保存增加返回列表页

zh há 2 anos atrás
pai
commit
3302c50c05

+ 1 - 0
src/views/basic_data/dealer/components/dealer_list-detail.vue

@@ -385,6 +385,7 @@ export default {
         pickCategory: this.pickCategory.join(',')
       }).then(res => {
         this.$successMsg('保存成功')
+        this.$parent.isShow = true
       })
     }
   }