|
@@ -783,6 +783,14 @@ wepy.component({
|
|
},
|
|
},
|
|
// 获取选中的空间
|
|
// 获取选中的空间
|
|
selectAreaFun(currentSelect) {
|
|
selectAreaFun(currentSelect) {
|
|
|
|
+ if (!currentSelect.isCompanyControl) {
|
|
|
|
+ wx.showToast({
|
|
|
|
+ title: '不可选区域',
|
|
|
|
+ duration: 1000,
|
|
|
|
+ icon: 'none'
|
|
|
|
+ });
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
this.selectArea = null;
|
|
this.selectArea = null;
|
|
this.doSelectArea(currentSelect);
|
|
this.doSelectArea(currentSelect);
|
|
},
|
|
},
|