|
@@ -275,7 +275,7 @@ export default {
|
|
this.$api.queryReportProject(params).then(res => {
|
|
this.$api.queryReportProject(params).then(res => {
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
if (res.data.data.length > 0) {
|
|
if (res.data.data.length > 0) {
|
|
- this.dataList[index] = res.data.data[0]
|
|
|
|
|
|
+ this.$set(this.dataList,index,res.data.data[0])
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}).catch(error => {
|
|
}).catch(error => {
|