命名错误存储过程
This commit is contained in:
@@ -61,7 +61,7 @@ export function searchAll() {
|
||||
UserID: state.state.user.id,
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '1',
|
||||
name: '1_总查询',
|
||||
name: '综合查询_总查询',
|
||||
param: '机床流水号=' + arguments[0]
|
||||
}
|
||||
})
|
||||
|
||||
@@ -80,7 +80,7 @@ export function searchAll(num1, num2) {
|
||||
UserID: state.state.user.id,
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '1',
|
||||
name: '16_项目总查询',
|
||||
name: '项目计划查询_项目总查询',
|
||||
param: '项目流水号_check=' + num1 + '&项目流水号=' + num2
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user