de9cfb68 by 杨威

属性导入传值修改

1 parent b44bf39f
...@@ -59,6 +59,10 @@ ...@@ -59,6 +59,10 @@
59 }, 59 },
60 mounted() { 60 mounted() {
61 this.$store.state.sxdrType = ''; 61 this.$store.state.sxdrType = '';
62 this.sxdrData = {
63 bsm:this.bsm,
64 type:this.dylx
65 }
62 }, 66 },
63 methods: { 67 methods: {
64 cancel(){ 68 cancel(){
......