修复异常
This commit is contained in:
@@ -4,6 +4,7 @@ module.exports = {
|
|||||||
method: "post",
|
method: "post",
|
||||||
execute: (request, response) => {
|
execute: (request, response) => {
|
||||||
let form = request.body
|
let form = request.body
|
||||||
|
delete form.appList
|
||||||
dbUtils.addOrUpdate({
|
dbUtils.addOrUpdate({
|
||||||
table: 'node_custom_config',
|
table: 'node_custom_config',
|
||||||
form
|
form
|
||||||
|
|||||||
Reference in New Issue
Block a user