|
@@ -168,6 +168,7 @@ export default {
|
|
|
const _this = this
|
|
|
_this.$refs.ruleForm.validate(valid => {
|
|
|
if (valid) {
|
|
|
+ _this.form.buyerName = _this.detailData.buyerName
|
|
|
const formData = JSON.parse(JSON.stringify(_this.form))
|
|
|
_this.$emit('ok', formData)
|
|
|
_this.isShow = false
|