冀北 省 市 技术监督详细 页面 添加试运行问题
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user