From dcf4ab2439acdd7f31ecdb88bb7a453cf4c4767a Mon Sep 17 00:00:00 2001 From: "pref_mail@163.com" <123456> Date: Wed, 26 Jul 2023 19:47:58 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E5=AE=A2=E6=88=B7=E4=B8=89?= =?UTF-8?q?=E6=96=B9=E5=95=86=E5=9F=8E=E4=BF=AE=E6=94=B9ID=202.=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=89=BE=E4=B8=8D=E5=88=B0=E7=9A=84=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/views/index.js | 38 +++++++++---------- .../brand/basicdataTripartiteMall.vue | 7 ++-- 2 files changed, 23 insertions(+), 22 deletions(-) diff --git a/src/router/views/index.js b/src/router/views/index.js index 5ae4861b..b61f6875 100644 --- a/src/router/views/index.js +++ b/src/router/views/index.js @@ -548,25 +548,25 @@ export default [ }, ], }, - { - path: '/distribution/turndelivery/deliveryDiscuss', - component: Layout, - redirect: '/distribution/turndelivery/deliveryDiscuss', - children: [ - { - path: '/distribution/turndelivery/deliveryDiscuss', - name: '配送编辑', - meta: { - i18n: 'dict', - }, - props: route => ({ - name: route.query.name, - id: route.query.id - }), - component: () => import('@/views/turndelivery/deliverylist/deliveryDiscuss.vue'), - }, - ], - }, + // { + // path: '/distribution/turndelivery/deliveryDiscuss', + // component: Layout, + // redirect: '/distribution/turndelivery/deliveryDiscuss', + // children: [ + // { + // path: '/distribution/turndelivery/deliveryDiscuss', + // name: '配送编辑', + // meta: { + // i18n: 'dict', + // }, + // props: route => ({ + // name: route.query.name, + // id: route.query.id + // }), + // component: () => import('@/views/turndelivery/deliverylist/deliveryDiscuss.vue'), + // }, + // ], + // }, { path: '/basicdata/brand/basicdataTripartiteMall', component: Layout, diff --git a/src/views/basicdata/brand/basicdataTripartiteMall.vue b/src/views/basicdata/brand/basicdataTripartiteMall.vue index be3873fb..80f9cfa9 100644 --- a/src/views/basicdata/brand/basicdataTripartiteMall.vue +++ b/src/views/basicdata/brand/basicdataTripartiteMall.vue @@ -79,9 +79,9 @@ append-to-body> - - - + @@ -191,6 +191,7 @@ export default { handleAdd () { this.title = '新增' this.form = {} + this.form.clientId= this.$route.query.id this.box = true }, handleEdit (row) {