调整列表工具类
This commit is contained in:
@@ -5,8 +5,8 @@ module.exports = {
|
||||
execute: (request, response) => {
|
||||
const {size, current, name, type} = request.query
|
||||
dbUtils.list({
|
||||
table: 'node_wxmp_deploy', con: name,
|
||||
search: {size, current, type}
|
||||
table: 'node_wxmp_deploy',
|
||||
search: {size, current, type, name}
|
||||
}).then(data => {
|
||||
response.send({code: 0, data})
|
||||
}).catch(err => {
|
||||
|
||||
Reference in New Issue
Block a user