命名错误存储过程

This commit is contained in:
Vergil
2020-02-22 09:50:42 +08:00
parent 9a09af3ade
commit aac5311a35
6 changed files with 6 additions and 6 deletions

View File

@@ -61,7 +61,7 @@ export function searchAll() {
UserID: state.state.user.id,
ModularID: router.currentRoute.path,
type: '1',
name: '1_总查询',
name: '综合查询_总查询',
param: '机床流水号=' + arguments[0]
}
})

View File

@@ -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
}
})