|
|
@@ -361,7 +361,7 @@
|
|
|
fun({
|
|
|
checkState: 1,
|
|
|
workReport: this.workReport,
|
|
|
- workReportDeviceList: [this.workReportDeviceList],
|
|
|
+ workReportDeviceList: this.workReportDeviceList?[this.workReportDeviceList]:[],
|
|
|
workReportCategoryList: [this.categoryMsg]
|
|
|
}).then((res) => {
|
|
|
// this.$message.success('报工成功!');
|