From bedf461ff5403517478598e9f36d3c1ce033925f Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期二, 24 十二月 2024 13:06:39 +0800 Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/dream_web --- src/api/student.js | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/api/student.js b/src/api/student.js index 6456ede..93733af 100644 --- a/src/api/student.js +++ b/src/api/student.js @@ -43,6 +43,7 @@ } } `, + fetchPolicy:'no-cache', variables: params, }); } @@ -89,6 +90,7 @@ } } `, + fetchPolicy:'no-cache', variables: params, }); } @@ -131,6 +133,7 @@ } } `, + fetchPolicy:'no-cache', variables: params, }); } @@ -177,6 +180,7 @@ } } `, + fetchPolicy:'no-cache', variables: params, }); } @@ -301,6 +305,7 @@ } } `, + fetchPolicy:'no-cache', variables: params, }); } @@ -333,6 +338,7 @@ } } `, + fetchPolicy:'no-cache', variables: params, }); } -- Gitblit v1.8.0