diff --git a/src/views/projectFront/laborManage/visitRecord.vue b/src/views/projectFront/laborManage/visitRecord.vue index 21f68df4..1f729498 100644 --- a/src/views/projectFront/laborManage/visitRecord.vue +++ b/src/views/projectFront/laborManage/visitRecord.vue @@ -8,7 +8,7 @@ ref="searchForm" >
-
+
-
-
+ {{ $t('message.personnelPosition.beaconManage.query') }} @@ -82,7 +81,9 @@ {{ $t("message.laborDev.add2") }} --> +
+
@@ -440,8 +441,8 @@ export default { }, resetForm () { this.$refs['searchForm'].resetFields() - this.searchForm.beginTime = null - this.searchForm.endTime = null + this.searchForm.beginTime = 0 + this.searchForm.endTime = 0 this.loadCardData() },