@@ -21,3 +21,4 @@ selenium-debug.log
package-lock.json
yarn.lock
+/web
@@ -694,8 +694,7 @@ export default {
this.loading = true;
api
.page(this.queryParams)
- .then((r) => {
-
+ .then((r) => {
r.rows.forEach(i=>{
if(i.status==1 && dayjs(i.planEndTime).isBefore(new Date())){
i.status=4;