mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 21:36:39 +08:00
优化二维码巡检
This commit is contained in:
parent
6405effe6e
commit
ea72adaa2b
@ -62,7 +62,7 @@
|
|||||||
let _inspectionTaskDetails = res.data.inspectionTaskDetails;
|
let _inspectionTaskDetails = res.data.inspectionTaskDetails;
|
||||||
_that.taskDetails = _inspectionTaskDetails;
|
_that.taskDetails = _inspectionTaskDetails;
|
||||||
|
|
||||||
if (!_that.taskDetails || _that.taskDetails.length < 0) {
|
if (!_that.taskDetails || _that.taskDetails.length < 1) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user