diff --git a/src/components/CustomFormComponents/InputForAllStandards2.vue b/src/components/CustomFormComponents/InputForAllStandards2.vue
index 442e181b3..4cf465f31 100644
--- a/src/components/CustomFormComponents/InputForAllStandards2.vue
+++ b/src/components/CustomFormComponents/InputForAllStandards2.vue
@@ -28,7 +28,7 @@
+ 查询
+ @click="getResetLawsNumRow">
+ 清空
+
@@ -138,8 +139,8 @@
@pageChange="pageChangeReplace"
@pageSizeChange="pageSizeChangeReplace">
diff --git a/src/pages/localTool/standardRecognition/index.vue b/src/pages/localTool/standardRecognition/index.vue
index 61cc5c087..9028e3151 100644
--- a/src/pages/localTool/standardRecognition/index.vue
+++ b/src/pages/localTool/standardRecognition/index.vue
@@ -23,7 +23,6 @@
style="width: 100%"
height="100%"
@selection-change="standSelectChange"
- @sort-change="sortChange"
:header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }"
>
@@ -100,7 +99,6 @@
prop="spendTime"
label="消耗时间(秒)"
align="center"
- sortable="custom"
width="140"
>
diff --git a/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue b/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue
index be87ace8d..fb30ab98c 100644
--- a/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue
+++ b/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue
@@ -589,7 +589,6 @@
export default {
name: "enterpriseStandardPlan",
components: {
- CustomInputForAllStandards,
CustomInputForAllStandards2
},
data() {