|  |  | 
 |  |  |             const {
 | 
 |  |  |                param,
 | 
 |  |  |                fileList
 | 
 |  |  |             } = this
 | 
 |  |  |             } = this | 
 |  |  |             if (!param.projectId) return this.showToast('请选择完整的区域') | 
 |  |  |             if (!param.buildingId) return this.showToast('请选择完整的区域') | 
 |  |  |             if (!param.floorName && !param.roomNum) return this.showToast('请选择完整的区域') | 
 |  |  |             if (!param.cateName) return this.showToast('请选择工单分类')
 | 
 |  |  |             ywWorkorderCreate({
 | 
 |  |  |                ...param,
 | 
 |  |  |                // roomId: '',
 | 
 |  |  | 
 |  |  |    }
 | 
 |  |  | 
 | 
 |  |  |    .sub_btn {
 | 
 |  |  |       position: fixed;
 | 
 |  |  |       bottom: 68rpx;
 | 
 |  |  |       left: 40rpx;
 | 
 |  |  |       // position: fixed;
 | 
 |  |  |       // bottom: 68rpx;
 | 
 |  |  |       // left: 40rpx;
 | 
 |  |  |       width: 670rpx;
 | 
 |  |  |       height: 88rpx;
 | 
 |  |  |       height: 88rpx; | 
 |  |  |       margin-top: 80rpx;
 | 
 |  |  |       background: $primaryColor;
 | 
 |  |  |       box-shadow: 0rpx 8rpx 20rpx 0rpx rgba(0, 104, 255, 0.3);
 | 
 |  |  |       border-radius: 44rpx;
 |