属性导入修改
Showing
1 changed file
with
4 additions
and
1 deletions
... | @@ -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') | ... | ... |
-
Please register or sign in to post a comment