瀏覽代碼

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) {