修改 通知人

szh_zidingyibiaoti
lilu 2 years ago
parent bf8703cacb
commit 49072733aa

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

Loading…
Cancel
Save