|
|
@@ -290,7 +290,7 @@
|
|
|
rootCategoryLevelId: this.infoData.rootCategoryLevelId,
|
|
|
path: this.infoData.path[0]?.pathName,
|
|
|
model: this.infoData.model,
|
|
|
- sourceCategoryId: this.infoData.sourceCategoryId,
|
|
|
+ sourceInstanceId: this.infoData.sourceInstanceId,
|
|
|
specification: this.infoData.specification
|
|
|
}
|
|
|
);
|
|
|
@@ -342,8 +342,8 @@
|
|
|
workReportDeviceList: [this.workReportDeviceList],
|
|
|
workReportCategoryList: [this.categoryMsg]
|
|
|
}).then((res) => {
|
|
|
- this.$message.success('报工成功!');
|
|
|
- this.getReportCount();
|
|
|
+ // this.$message.success('报工成功!');
|
|
|
+ // this.getReportCount();
|
|
|
});
|
|
|
});
|
|
|
} else {
|