Explorar el Código

删除协议后重新重置列表接口

祁鹏飞 hace 1 mes
padre
commit
408af14377
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      src/views/quoteConfig/agreement/agreementIndex.vue

+ 1 - 3
src/views/quoteConfig/agreement/agreementIndex.vue

@@ -441,9 +441,7 @@ const del = (value: string) => {
             message: res.msg,
             plain: true,
           })
-          router.push({
-            name: 'reload',
-          })
+          findpage()
         }
       });
     })