vue-cli 3.0$setメソッドを使用してオブジェクトを更新


1、配列の更新:
that.$set(that.geoTreeBox[id].layergroup, i, {
                id:i,
                idview: "",
                idtext:layergroup[i].idtext,
                gdpurl:layergroup[i].gdpurl,
                status: e
            });

2、更新対象: 
that.$set(that.geoTreeBox[id], "status", true);//"status"    ,     ,          ""