|
@@ -75,7 +75,7 @@ export default {
|
|
|
this.val = value
|
|
|
},
|
|
|
next(){
|
|
|
- this.$store.commit('setText',{data:this.dataTrd,type:4});
|
|
|
+ this.$store.commit('setText',{data:this.dataTrd,type:this.allMoudles&&this.allMoudles.type});
|
|
|
this.$emit('next','preview')
|
|
|
},
|
|
|
setDetail(obj){
|