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