|
@@ -706,12 +706,10 @@ Page({
|
|
|
};
|
|
|
|
|
|
///删除当前设备
|
|
|
- console.log("gasdfqwerqwerqrq==11===" + deviceList.length);
|
|
|
var deviceId = deviceList[index].deviceId;
|
|
|
deviceList = deviceList.filter((item, i) => {
|
|
|
return deviceId !== item.deviceId;
|
|
|
});
|
|
|
- console.log("gasdfqwerqwerqrq==222===" + deviceList.length);
|
|
|
store.setStore("deviceList", deviceList);
|
|
|
|
|
|
var indexPage = that.data.indexPage;
|