|
@@ -307,9 +307,6 @@ export default {
|
|
|
const res = await redemptionValStatApi(id);
|
|
|
|
|
|
if (res.data.code === 0) {
|
|
|
- if (res.data.data.taskApprovedScoreRateNinetyPercent) {
|
|
|
- this.$refs.table1.setInfo(res.data.data.taskApprovedScoreRateNinetyPercent);
|
|
|
- }
|
|
|
this.detailInfo = res.data.data;
|
|
|
this.form.pkgName = res.data.data.pkgName;
|
|
|
this.form.pkgScore = res.data.data.pkgScore;
|
|
@@ -324,6 +321,9 @@ export default {
|
|
|
}
|
|
|
|
|
|
this.$refs.table1.initInfo(this.detailInfo);
|
|
|
+ if (res.data.data.taskApprovedScoreRateNinetyPercent) {
|
|
|
+ this.$refs.table1.setInfo(res.data.data.taskApprovedScoreRateNinetyPercent);
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
// 提交创建知会
|
|
@@ -392,6 +392,7 @@ export default {
|
|
|
},
|
|
|
close() {
|
|
|
this.type = '';
|
|
|
+ this.$refs.table1.resetFields();
|
|
|
this.formDisabled = false;
|
|
|
this.form = {
|
|
|
pkgName: '',
|