修改收发通BUG

szh_zidingyibiaoti
lilu 2 years ago
parent dc63688412
commit bf8703cacb

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

Loading…
Cancel
Save