489e4695 by 杨威

属性导入修改

1 parent 825e118c
...@@ -76,7 +76,10 @@ ...@@ -76,7 +76,10 @@
76 }, 76 },
77 reset() { 77 reset() {
78 this.errorData = []; 78 this.errorData = [];
79 this.sxdrData = {bsm: ''}; 79 this.sxdrData = {
80 bsm: this.bsm,
81 type: this.dylx
82 };
80 }, 83 },
81 close() { 84 close() {
82 this.$emit('close') 85 this.$emit('close')
......