修复异常

This commit is contained in:
aixianling
2022-07-07 18:31:14 +08:00
parent 6e18858abf
commit f800b249ca

View File

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