|
@@ -32,7 +32,6 @@ Page({
|
|
|
title: res.data,
|
|
|
icon: "none"
|
|
|
});
|
|
|
-
|
|
|
this.setData({
|
|
|
detail: res.data,
|
|
|
briefs: [{
|
|
@@ -135,7 +134,15 @@ Page({
|
|
|
value: res.data.reportcheckdate
|
|
|
}]
|
|
|
})
|
|
|
-
|
|
|
+ //更新列表赢率
|
|
|
+ getCurrentPages().forEach(v => {
|
|
|
+ if (v.getList) {
|
|
|
+ let i = v.data.list.findIndex(e => e.sa_projectid == this.data.sa_projectid);
|
|
|
+ if (i != -1) v.setData({
|
|
|
+ [`list[${i}].winrate`]: res.data.winrate
|
|
|
+ })
|
|
|
+ }
|
|
|
+ })
|
|
|
this.getTags();
|
|
|
this.getGroup();
|
|
|
this.partialRenewal();
|