|
@@ -28,7 +28,7 @@ var projectInfoObj = {
|
|
that.projectInfo = data;
|
|
that.projectInfo = data;
|
|
//init decimal
|
|
//init decimal
|
|
setDecimal(decimalObj, data.property.decimal);
|
|
setDecimal(decimalObj, data.property.decimal);
|
|
- billsQuanDecimal.datas = data.property.billsQuantityDecimal;
|
|
|
|
|
|
+ billsQuanDecimal.datas = data.property.billsQuantityDecimal || [billsDecimalView.angleDecimal];
|
|
$('#fullpath').html(that.getFullPathHtml(that.projectInfo));
|
|
$('#fullpath').html(that.getFullPathHtml(that.projectInfo));
|
|
}
|
|
}
|
|
});
|
|
});
|