文本框值到数据库

时间:2018-10-24 10:24:59

标签: textbox database-connection

我有两种形式,当我单击我的按钮时,它必须将文本框的值添加到数据库并以第二种形式“债务人”显示。 我遇到的问题是,我没有让“债务人”来捕获数据网格中的数据。

const ids = [ "-LIof_e0hPtXKtkc4Uh9", "-LIjBcGO7m7VQ-B3pfYt" ]
const idToBeRemoved = "-LIof_e0hPtXKtkc4Uh9"
const filteredIds = _.filter(ids, function(id) { return id !== idToBeRemoved})
console.log(filteredIds)

0 个答案:

没有答案