diff --git a/jero-web/src/views/businessSupport/regulationReport/components/modules/fillAdd.vue b/jero-web/src/views/businessSupport/regulationReport/components/modules/fillAdd.vue index ec843792e..725066153 100644 --- a/jero-web/src/views/businessSupport/regulationReport/components/modules/fillAdd.vue +++ b/jero-web/src/views/businessSupport/regulationReport/components/modules/fillAdd.vue @@ -166,16 +166,9 @@ }, methods: { getTree() { - let query = { - pageNo: this.pageNo, - pageSize: 1000 - } - getAction('/report/lawsMonthlyReportTitleTemplateEO/page', query).then((res) => { + getAction('/report/lawsMonthlyReportTitleTemplateEO/list', {}).then((res) => { if (res.success) { - this.chapterContentsList = res.result.records || [] - this.chapterContentsList.forEach(res => { - - }) + this.chapterContentsList = res.result || [] } else { this.chapterContentsList = [] } diff --git a/jero-web/src/views/dashboard/components/myList.vue b/jero-web/src/views/dashboard/components/myList.vue index 47a680c99..82e3f7663 100644 --- a/jero-web/src/views/dashboard/components/myList.vue +++ b/jero-web/src/views/dashboard/components/myList.vue @@ -94,6 +94,12 @@ query: row }) window.open(newUrl.href, '_blank') + } else if (row.prcType == '5') { + let newUrl = this.$router.resolve({ + path: '/regulatoryProcessReview', + query: row + }) + window.open(newUrl.href, '_blank') } } } diff --git a/jero-web/src/views/processCenter/components/regulatoryCirculationHistory.vue b/jero-web/src/views/processCenter/components/regulatoryCirculationHistory.vue new file mode 100644 index 000000000..3ece69515 --- /dev/null +++ b/jero-web/src/views/processCenter/components/regulatoryCirculationHistory.vue @@ -0,0 +1,104 @@ + + + + + \ No newline at end of file diff --git a/jero-web/src/views/processCenter/processForm/regulatoryProcess/index.vue b/jero-web/src/views/processCenter/processForm/regulatoryProcess/index.vue index 7c8e09c40..5f980019f 100644 --- a/jero-web/src/views/processCenter/processForm/regulatoryProcess/index.vue +++ b/jero-web/src/views/processCenter/processForm/regulatoryProcess/index.vue @@ -32,7 +32,7 @@