修改收发通BUG

szh_zidingyibiaoti
lilu 2 years ago
parent dc63688412
commit bf8703cacb

@ -122,7 +122,7 @@
<textareaView
id="notifyparty-scroll"
:parentVal="details.notifyparty"
type="notifyparty"
type="shippername"
:openToCDB="true"
@getTextareaChange="getTextareaChange"
/>
@ -1324,7 +1324,9 @@ export default {
val += k
}
this.details[type] = val
document.getElementById('notifyparty-scroll').value = val
if (type === 'shippername') {
document.getElementById('notifyparty-scroll').value = val
}
this.$forceUpdate()
},
inputChange({ type, value }) {

Loading…
Cancel
Save