From 348d29c1cd601e269eae92e6ec55d31e77b3ecd0 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期四, 23 十一月 2023 13:21:46 +0800 Subject: [PATCH] 修改指标排序界面相关逻辑 --- src/views/exception/components/CompFlightInspection.vue | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/exception/components/CompFlightInspection.vue b/src/views/exception/components/CompFlightInspection.vue index e435d7f..dbd2081 100644 --- a/src/views/exception/components/CompFlightInspection.vue +++ b/src/views/exception/components/CompFlightInspection.vue @@ -675,9 +675,9 @@ if(this.siteName){ params['siteName'] = this.siteName } - if (this.form.street.length != 0) { - params['street'] = this.form.street.join() - } + // if (this.form.street.length != 0) { + // params['street'] = this.form.street.join() + // } if (this.form.dutyCompany.length != 0) { params['dutyCompany'] = this.form.dutyCompany.join() } @@ -860,9 +860,9 @@ if (this.siteName) { params['siteName'] = this.siteName } - if (this.form.street.length != 0) { - params['street'] = this.form.street.join() - } + // if (this.form.street.length != 0) { + // params['street'] = this.form.street.join() + // } if (this.form.dutyCompany.length != 0) { params['dutyCompany'] = this.form.dutyCompany.join() } @@ -996,9 +996,9 @@ <DutyCompany @submitDutyCompanyValue="(n) => (form.dutyCompany = n)"> </DutyCompany> </el-form-item> - <el-form-item v-show="showAll"> + <!-- <el-form-item v-show="showAll"> <StreetInfo @submitStreetValue="(n) => (form.street = n)"> </StreetInfo> - </el-form-item> + </el-form-item> --> <el-form-item> <TimeShortCuts timeType="day" @submit-time="giveTime" :beginAndEndTime="[beginTime,endTime]"></TimeShortCuts> -- Gitblit v1.9.3