zhaoxiaohai 2 tahun lalu
induk
melakukan
b996f921ec
2 mengubah file dengan 8 tambahan dan 1 penghapusan
  1. 1 1
      packageA/group/index.js
  2. 7 0
      packageA/group/modules/list/index.js

+ 1 - 1
packageA/group/index.js

@@ -94,7 +94,7 @@ Page({
         _Http.basic({
             "id": 20220930103501,
             "content": {
-                nocache: true,
+                "nocache": true,
                 "ownertable": this.data.ownertable,
                 "ownerid": this.data.ownerid
             }

+ 7 - 0
packageA/group/modules/list/index.js

@@ -29,6 +29,13 @@ Component({
                             title: '移除成功!',
                         })
                     }
+                    getCurrentPages().forEach(v => {
+                        switch (v.__route__) {
+                            case "packageA/group/index":
+                                v.getList();
+                                break;
+                        }
+                    })
                 }
             })
         },