属性导入修改
Showing
1 changed file
with
4 additions
and
1 deletions
-
Please register or sign in to post a comment
... | ... | @@ -76,7 +76,10 @@ |
}, | ||
reset() { | ||
this.errorData = []; | ||
this.sxdrData = {bsm: ''}; | ||
this.sxdrData = { | ||
bsm: this.bsm, | ||
type: this.dylx | ||
}; | ||
}, | ||
close() { | ||
this.$emit('close') | ||
... | ... |