修改 通知人

szh_zidingyibiaoti
lilu 2 years ago
parent bf8703cacb
commit 49072733aa

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

Loading…
Cancel
Save