|
@@ -763,7 +763,9 @@ export default {
|
|
|
orderBy: 'wb_gzglid,0;assetnum,1;reportedby,0;',
|
|
|
smsxt:this.smsxtArr.smsxt
|
|
|
}
|
|
|
- //
|
|
|
+ if(this.smsxtArr.smsxt != '1008'){
|
|
|
+ data.onlyMainAsset = true
|
|
|
+ }
|
|
|
// 任务开始日期
|
|
|
if (this.rwksrq) {
|
|
|
data.sjkssjStartDate = this.rwksrq[0] + '000000'
|