Selaa lähdekoodia

fix: 返利单跳转

zh 2 vuotta sitten
vanhempi
commit
b737b7b75e
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/views/finance/rebate_form.vue

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

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