ここで何が起こっているのかわかりません..
model.attributes.data.Path.replace('/\\/g',""), @options.path.replace('/\\/g',"")
するとき:
console.log model.attributes.data.Path.replace('/\\/g',""),
@options.path.replace('/\\/g',"")
データは次のとおりです。
T2/T2_2、T2/T2_2
これを返します:
T2T2_2、T2/T2_2
最初のパスだけが置き換えられ、2 番目のパスは置き換えられませんでしたか? なぜでしょうか?