diff --git a/src/router/index.js b/src/router/index.js index 5343c92..4f2d420 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -51,7 +51,7 @@ export const constantRoutes = [ path: 'dashboard', name: 'dashboard', component: () => import('@/views/dashboard/index'), - meta: { title: '推策服务平台管理系统', icon: '' } + meta: { title: '推策——科创政策智能推送平台', icon: '' } }] }, diff --git a/src/views/firstPages/policy.vue b/src/views/firstPages/policy.vue index 12deda2..9231e36 100644 --- a/src/views/firstPages/policy.vue +++ b/src/views/firstPages/policy.vue @@ -391,7 +391,8 @@ export default { intro: '', pushDep: '' }, - options: [] + options: [], + contentDetail: '' } }, computed: { @@ -467,6 +468,8 @@ export default { }) }, handleUpdate(row) { + console.log("row") + console.log(row) const that = this that.temp = Object.assign({}, row) // copy obj console.log(that.temp) @@ -489,6 +492,7 @@ export default { }, async Commit() { const that = this + console.log("=====>",that.temp.content) that.temp.type = that.typeList[`${that.policyType1}`] that.temp.auditStatus = that.status[`${that.policyStatus1}`] for (let i = 0; i < that.temp.projectLabels.length; i++) {