|
@@ -299,10 +299,10 @@ export default {
|
|
//详情
|
|
//详情
|
|
this.$set(this,'pageType',2);
|
|
this.$set(this,'pageType',2);
|
|
let obj = JSON.parse(JSON.stringify(row))
|
|
let obj = JSON.parse(JSON.stringify(row))
|
|
|
|
+ obj.planId = this.propsData.planId;
|
|
obj.showType = true;
|
|
obj.showType = true;
|
|
obj.orderTitle = '检查详情';
|
|
obj.orderTitle = '检查详情';
|
|
obj.orderType = '2';
|
|
obj.orderType = '2';
|
|
- console.log('row',row)
|
|
|
|
this.$set(this,'initiateInspectData',obj);
|
|
this.$set(this,'initiateInspectData',obj);
|
|
}else if(type == 6){
|
|
}else if(type == 6){
|
|
//返回并刷新
|
|
//返回并刷新
|