From 1b2fbca6fe85eb7530957d5aabf7aa5ce7a83144 Mon Sep 17 00:00:00 2001 From: zhutianqi Date: Thu, 16 Sep 2021 10:51:43 +0800 Subject: [PATCH] commit --- src/pages/home1/components/solicitopinions/index.vue | 2 +- src/pages/processCenter/pages/creatProcess/bzdy/step5.vue | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/pages/home1/components/solicitopinions/index.vue b/src/pages/home1/components/solicitopinions/index.vue index ab32c8cec..f4d931cd3 100644 --- a/src/pages/home1/components/solicitopinions/index.vue +++ b/src/pages/home1/components/solicitopinions/index.vue @@ -41,7 +41,6 @@ export default { const newmonth = date.month > 10 ? date.month : "0" + date.month; const day = date.date > 10 ? date.date : "0" + date.date; this.updateTime = date.year + "-" + newmonth + "-" + day; - console.log("当前时间" + this.updateTime); }, //截取时间 getDate(date) { @@ -56,6 +55,7 @@ export default { _this: this }, res => { this.domesticDynamics = res.data.records + console.log(res.data.records); }, e => { }); diff --git a/src/pages/processCenter/pages/creatProcess/bzdy/step5.vue b/src/pages/processCenter/pages/creatProcess/bzdy/step5.vue index 3a5c40337..a95f5bfff 100644 --- a/src/pages/processCenter/pages/creatProcess/bzdy/step5.vue +++ b/src/pages/processCenter/pages/creatProcess/bzdy/step5.vue @@ -100,6 +100,12 @@ + + + @@ -392,6 +398,7 @@ pId: this.pId }).then(res => { let data = JSON.parse(res.mesg) + console.log(data); this.form.title = data.title || data.form.title this.form.date = data.date || data.form.date this.json = data || data.form