冀北 省 市 技术监督详细 页面 添加试运行问题

This commit is contained in:
GGJ
2024-07-08 15:21:38 +08:00
parent a398ca6361
commit d3b7219854
3 changed files with 14 additions and 5 deletions

View File

@@ -344,6 +344,10 @@ const JDlist = ref([
name: '用户投诉',
value: 0
},
{
name: '试运行问题',
value: 0
},
])
const harmonicList: any = ref([])
@@ -391,8 +395,9 @@ const info = (row: any) => {
JDlist.value[0].value = res.data?.surveyNum || 0
JDlist.value[1].value = res.data?.onLineNum || 0
JDlist.value[2].value = res.data?.userNum || 0
JDlist.value[3].value = res.data?.trialRunNum || 0
})
})
}
const harmonicChange = () => {
getEvaluationOverview({ ...formRow.value, harmonicType: harmonicType.value }).then(res => {