Commit 4c2bf0af authored by hanfeng zhang's avatar hanfeng zhang

321321

parent ab028650
......@@ -254,7 +254,7 @@ export class NFTService extends Service {
Object.keys(data).forEach((keyName) => {
const value = data[keyName as keyof iSaveData]
value? fd.append(keyName, typeof value === 'number' ? String(value) : value):''
value !== undefined? fd.append(keyName, typeof value === 'number' ? String(value) : value):''
})
return (await this.service.post(this.router.save.path, fd, {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment