Browse Source

reactor:对接司法行政监督管理工单中心;

zhangchong 1 year ago
parent
commit
73f6849ffb
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/business/order/index.vue

+ 3 - 3
src/views/business/order/index.vue

@@ -30,7 +30,7 @@
 						</el-form-item>
 					</el-col>
 					<transition name="el-zoom-in-top">
-						<el-col :xs="24" :sm="12" :md="12" :lg="6" :xl="6" v-show="!searchCol && fastSearch === 'sensitive'">
+						<el-col :xs="24" :sm="12" :md="12" :lg="6" :xl="6" v-show="!searchCol && checkList.includes('IsSensitiveWord')">
 							<el-form-item label="敏感词" prop="SensitiveWord">
 								<el-input v-model="state.queryParams.SensitiveWord" placeholder="敏感词" clearable @keyup.enter="handleQuery" />
 							</el-form-item>
@@ -645,8 +645,8 @@ const resetQuery = (formEl: FormInstance | undefined) => {
 	state.queryParams.CreationTimeEnd = null;
 	state.queryParams.ExpiredTimeStart = null;
 	state.queryParams.ExpiredTimeEnd = null;
-  state.queryParams.IsSensitiveWord = null;
-  state.queryParams.IsProvinceOrder = null;
+	state.queryParams.IsSensitiveWord = null;
+	state.queryParams.IsProvinceOrder = null;
 	fastSearch.value = 'all';
 	checkList.value = [];
 	hotSpotRef.value?.reset();