|
|
@@ -1080,6 +1080,13 @@
|
|
|
let comitDatasource = this.form.datasource;
|
|
|
if (comitDatasource.length === 0) return [];
|
|
|
comitDatasource.forEach(async (v) => {
|
|
|
+ if (v.guaranteePeriodUnitCode) {
|
|
|
+ v.guaranteePeriodUnitName = this.getDictValue(
|
|
|
+ '保质期单位',
|
|
|
+ v.guaranteePeriodUnitCode
|
|
|
+ );
|
|
|
+ }
|
|
|
+
|
|
|
v.totalCount = Number(v.totalCount);
|
|
|
v.technicalDrawings = Array.isArray(v.technicalDrawings)
|
|
|
? v.technicalDrawings
|