|
|
@@ -152,12 +152,10 @@ export default {
|
|
|
},
|
|
|
onLoad() {
|
|
|
let pdType = this.option.pdType ? this.option.pdType: ''
|
|
|
- this.initData({ type:'',pdType:pdType,status:0,version:1})
|
|
|
-
|
|
|
+ this.initData({ type:'',pdType:pdType,status:0,version:1,requestType:'check'})
|
|
|
if(this.option.shopId){
|
|
|
this.selectJobId = this.option.shopId
|
|
|
}
|
|
|
-
|
|
|
},
|
|
|
methods: {
|
|
|
changeClass(index){
|