祁鹏飞 1 månad sedan
förälder
incheckning
6431951a91

+ 2 - 2
src/views/operationManagement/channel.vue

@@ -332,7 +332,7 @@ const handleSelectionChange = (row) => {
 // 详情
 const showDetail = (scope) => {
   myRouter.push({
-    path: '/operationManagement/operation/operationDetail',
+    name: 'Operationdetail',
     query: {
       id: scope.row.userId
     }
@@ -390,7 +390,7 @@ const tableDataCommand = (scope, e) => {
   switch (e) {
     case '编辑':
       myRouter.push({
-        name: 'Operationdetail',
+        name: 'Addoperation',
         query: {
           id: scope.row.userId,
           ids: scope.row.id,

+ 3 - 3
src/views/operationManagement/operation.vue

@@ -515,7 +515,7 @@ const handleCurrentChange = (page) => {
 // 详情
 const showDetail = (scope) => {
   myRouter.push({
-    path: '/operationManagement/operation/operationDetail',
+    name: 'Operationdetail',
     query: {
       id: scope.row.userId,
       ids: scope.row.id
@@ -535,7 +535,7 @@ const tableDataCommand = (scope, e) => {
   switch (e) {
     case '编辑':
        myRouter.push({
-        name: 'Operationdetail',
+        name: 'Addoperation',
         query: {
           type: 'edit',
           id: scope.row.userId,
@@ -636,7 +636,7 @@ const tableDataCommand = (scope, e) => {
 // 添加业务员
 const addNumber = () => {
   myRouter.push({
-    name: 'Operationdetail',
+    name: 'Addoperation',
   })
 }
 // 添加/编辑业务员弹框

+ 1 - 1
src/views/operationManagement/operationDetail.vue

@@ -491,7 +491,7 @@ const checkNotPass = () => {
 let dialogShow = ref(false)
 const editDetail = () => {
   myRouter.push({
-    name: 'Operationdetail',
+    name: 'Addoperation',
     query: {
       id: dataDetail.value.userId,
       ids: dataDetail.value.id,

+ 2 - 2
src/views/operationManagement/team.vue

@@ -334,7 +334,7 @@ const handleSelectionChange = (row) => {
 // 详情
 const showDetail = (scope) => {
   myRouter.push({
-    path: '/operationManagement/operation/operationDetail',
+    name: 'Operationdetail',
     query: {
       id: scope.row.userId
     }
@@ -398,7 +398,7 @@ const tableDataCommand = (scope, e) => {
       // title.value = '编辑'
 
       myRouter.push({
-        name: 'Operationdetail',
+        name: 'Addoperation',
         query: {
           id: scope.row.userId,
           ids: scope.row.id,

+ 2 - 2
src/views/operationManagement/telemarketing.vue

@@ -351,7 +351,7 @@ const handleSelectionChange = (row) => {
 // 详情
 const showDetail = (scope) => {
   myRouter.push({
-    path: '/operationManagement/operation/operationDetail',
+    name: 'Operationdetail',
     query: {
       id: scope.row.userId
     }
@@ -409,7 +409,7 @@ const tableDataCommand = (scope, e) => {
   switch (e) {
     case '编辑':
       myRouter.push({
-        name: 'Operationdetail',
+        name: 'Addoperation',
         query: {
           id: scope.row.userId,
           ids: scope.row.id,

+ 1 - 1
src/views/partnerManagement/partnerDetail.vue

@@ -509,7 +509,7 @@ const checkNotPass = () => {
 let dialogShow = ref(false)
 const editDetail = () => {
   myRouter.push({
-    name: 'Operationdetail',
+    name: 'Addoperation',
     query: {
       id: dataDetail.value.userId,
       ids: dataDetail.value.id,