diff --git a/pages/modules/forced-rest.vue b/pages/modules/forced-rest.vue index e85dde6..c6223a4 100644 --- a/pages/modules/forced-rest.vue +++ b/pages/modules/forced-rest.vue @@ -6,7 +6,7 @@ 设备号 - + @@ -27,9 +27,8 @@ {{e.point_code}} {{e.device_code}} {{e.standing_time}} - {{e.plan_start_date}} {{e.timeDifferenceMinutes}} - {{e.estimatedCompletionTimeString}}> + {{e.estimatedCompletionTimeString}} @@ -40,14 +39,6 @@ - @@ -61,7 +52,7 @@ }, data() { return { - val1: dateTimeFtt(new Date()), + val1: '', dataList: [], pkId: '', pkObj: {}, @@ -72,12 +63,6 @@ this._forcedRestingShow() }, methods: { - changeLog(e) { - // console.log('----change事件:', e); - if (!e) { - this.val1 = '' - } - }, /** grid查询 */ async _forcedRestingShow () { let res = await forcedRestingShow() @@ -95,7 +80,7 @@ this.disabled = false this.pkId = '' this.pkObj = {} - this.val1 = dateTimeFtt(new Date()) + this.val1 = '' this._forcedRestingShow() uni.showToast({ title: res.message,