|
|
@@ -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',
|
|
|
})
|
|
|
}
|
|
|
// 添加/编辑业务员弹框
|