@@ -94,7 +94,7 @@ Page({
_Http.basic({
"id": 20220930103501,
"content": {
- nocache: true,
+ "nocache": true,
"ownertable": this.data.ownertable,
"ownerid": this.data.ownerid
}
@@ -29,6 +29,13 @@ Component({
title: '移除成功!',
})
+ getCurrentPages().forEach(v => {
+ switch (v.__route__) {
+ case "packageA/group/index":
+ v.getList();
+ break;
+ }
+ })
},