添加打包命令 区分 冀北还是其他地方的页面
This commit is contained in:
@@ -487,7 +487,7 @@ const getProviteData = async () => {
|
||||
}
|
||||
|
||||
// 入网评估报告
|
||||
if (detailData.value.netInReport.length > 0) {
|
||||
if (detailData.value.netInReport.length > 0 && detailData.value.netInReport[0] != null) {
|
||||
netInReportList.value = []
|
||||
detailData.value.netInReport.forEach((item: any) => {
|
||||
getFileNamePath(item, 'netInReport')
|
||||
|
||||
Reference in New Issue
Block a user