hzh 3 months ago
parent
commit
280904b412
1 changed files with 8 additions and 1 deletions
  1. 8 1
      pages/workflowTask/approveCenter/approveList.js

+ 8 - 1
pages/workflowTask/approveCenter/approveList.js

@@ -34,7 +34,14 @@ export default {
                         })
                         this.page.pageIndex = 1
                         this.getList(true)
-                    }
+                    } else {
+						uni.showToast({
+						    title: res.msg,
+						    icon: 'none'
+						})
+						this.page.pageIndex = 1
+						this.getList(true)
+					}
                 }
             }
         })