fix:syncBook binding_layout取表单选中的装订值
This commit is contained in:
parent
f5b5c01c40
commit
cdff352820
@ -2159,7 +2159,7 @@ export default {
|
|||||||
author: this.noIsbnAuthor || '',
|
author: this.noIsbnAuthor || '',
|
||||||
publisher: this.noIsbnPublisher || '',
|
publisher: this.noIsbnPublisher || '',
|
||||||
publication_time: pubTimestamp,
|
publication_time: pubTimestamp,
|
||||||
binding_layout: '',
|
binding_layout: this.noIsbnBinding || '',
|
||||||
fix_price: this.noIsbnPrice ? String(Math.round(parseFloat(this.noIsbnPrice) * 100)) : '',
|
fix_price: this.noIsbnPrice ? String(Math.round(parseFloat(this.noIsbnPrice) * 100)) : '',
|
||||||
page_count: '0',
|
page_count: '0',
|
||||||
word_count: this.noIsbnWordCount || '',
|
word_count: this.noIsbnWordCount || '',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user