fix:修改现场大屏距离完工还剩多少天的字段

This commit is contained in:
Vce 2024-06-24 13:54:58 +08:00
parent 75527d96e4
commit 7adf5b84cb

View File

@ -66,7 +66,7 @@ async function countTaskProgress() {
if(BASEURL == 'http://182.90.224.237:51234' || BASEURL == 'http://192.168.34.221:9111') data.projectSn = 'BD3137498CB84BF0969979E0342CDBCA'
if(BASEURL == 'http://42.180.188.17:9809' || BASEURL == 'http://42.180.188.17:11211') data.projectSn = '471568F45EB247A3912A0D10EA1BFCEB'
countTaskProgressApi(data).then(res2 => {
remainDays.value = res2.result.projectSurplusDayNum.toString()
remainDays.value = res2.result.enterpriseSurplusDayNum.toString()
})
}
});