-
-
- - +
- +
-
更多链接> @@ -19,36 +19,7 @@ export default { mixins: [], data() { return { - linkList: [ - { - newWebSite: 'http://www.sac.gov.cn/', - webName: '国家标准化管理委员会' - }, - { - newWebSite: 'http://std.samr.gov.cn/', - webName: '全国标准公共服务平台' - }, - { - newWebSite: 'http://www.catarc.org.cn/', - webName: '全国汽车标准化技术委员会' - }, - { - newWebSite: 'http://jtst.mot.gov.cn/news/', - webName: '交通运输标准化信息平台' - }, - { - newWebSite: 'http://www.miit-eidc.org.cn/', - webName: '工信部装备工业发展中心' - }, - { - newWebSite: 'http://www.mee.gov.cn/', - webName: '中华人民共和国生态环境部' - }, - // { - // newWebSite: '', - // webName: '更多链接>' - // } - ] + linkList: [], } }, computed: {}, @@ -67,13 +38,14 @@ export default { window.open('https://' + linkUri) } }, + // 获取链接数据 getLink () { - this.$http.get('sarUrl/tsUrl', {}, { + this.$http.get('sarUrl/tsUrl', { + }, { _this: this, loading: 'Loading' }, res=> { - this.data = res.data - console.log(data); + this.linkList = res.data }) } }, diff --git a/src/pages/home1/components/todoList/index.vue b/src/pages/home1/components/todoList/index.vue index bb698179b..72814cde8 100644 --- a/src/pages/home1/components/todoList/index.vue +++ b/src/pages/home1/components/todoList/index.vue @@ -50,7 +50,6 @@ export default { this.$router.push(this.path) }, dealWith (row) { // 办理 - this.setHandleInfo(JSON.stringify(row)) const prcType = row.prcType switch(prcType) { case '1': diff --git a/src/pages/processCenter/pages/creatProcess/bzdy/step8.vue b/src/pages/processCenter/pages/creatProcess/bzdy/step8.vue index d58302118..e7c97df17 100644 --- a/src/pages/processCenter/pages/creatProcess/bzdy/step8.vue +++ b/src/pages/processCenter/pages/creatProcess/bzdy/step8.vue @@ -110,12 +110,12 @@
-
-
-
-
-
-
-
-
-