diff --git a/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue b/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue
index 2df94049a..789e6dd42 100644
--- a/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue
+++ b/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue
@@ -38,6 +38,12 @@
:maxlength="100"
/>
+
+
+
+
+
+
{
+ if(res.ok) {
+ this.allPlanYearOptions = res.data
+ }
+ })
+ },
// 导入
addImportModal () {
this.importModalShowFlag = true
@@ -1780,6 +1797,7 @@ export default {
this.form.esName = ''
this.form.planStatus = ''
this.form.reviseStatus = ''
+ this.form.year = ''
this.getData()
},
pageChange (page) {