オブジェクトからプロパティを削除する必要がある子コンポーネントがあります。角1/Javascript - lodashの代わりにオペレータを省略して削除する
は通常、それは、このコードで動作するはずLodashを使用して:current.objモデルは、親コンポーネント
までにマウントされないだけで
this.current.obj = omit(this.current.obj, ['sellerSupportWeb', 'sellerSupportAgency', 'sellerSupportAgent'])
しかし、私は持つオブジェクトからプロパティを削除した場合ちょうどオペレータdelete
それは
delete this.current.obj.sellerSupportAgency
delete this.current.obj.sellerSupportWeb
delete this.current.obj.sellerSupportAgent
に動作しますが、削除や省略と同じ仕事をしていません別の代替ありませんか?
私は助けることができるのか分かりませんが、私はそれに乗るように私は親コンポーネント(親コンポーネント)を呼び出すのですが、省略して動作するためには、私は別の解決策を探していますcurrent.obj
for (const [index] of this.current.parent.items.entries()) {
this.current.parent.items[index] = omit(this.current.parent.items[index], ['sellerSupportWeb', 'sellerSupportAgency', 'sellerSupportAgent'])
}
なぜフランス語になるのですか? – quirimmo
が変更されています。 –
それは? 「私はあなたの人生を忘れていましたが、私はあなたの人生を忘れてしまいました。 current.obj' – quirimmo