소스 검색

fix: 返利单空白页

zh 2 년 전
부모
커밋
e462cb8aa3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/finance/rebate_form.vue

+ 1 - 1
src/views/finance/rebate_form.vue

@@ -451,7 +451,7 @@ export default {
       await getRebateOrderAdd({ ...this.searchForm, items: this.dataList })
       this.$message.success('保存成功')
       this.cancelFn()
-      this.$router.push('/finance/rebate/rebate_list')
+      this.$router.push('/finance/rebate_list')
     },
     // 选择经销商名称事件
     async changeCustomerFn(v, index, value) {