|
@@ -152,7 +152,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
onLoad() {
|
|
onLoad() {
|
|
|
let pdType = this.option.pdType ? this.option.pdType: ''
|
|
let pdType = this.option.pdType ? this.option.pdType: ''
|
|
|
- this.initData({ type:'',pdType:pdType,status:0});
|
|
|
|
|
|
|
+ this.initData({ type:'',pdType:pdType,status:0,version:1});
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
changeClass(index){
|
|
changeClass(index){
|