fix:syncBook接口isbn直接取表单值this.noIsbnIsbn
This commit is contained in:
parent
0ec7947927
commit
9a1df9db9d
@ -2251,7 +2251,7 @@ export default {
|
|||||||
client_id: 'psi',
|
client_id: 'psi',
|
||||||
fid: '0',
|
fid: '0',
|
||||||
type: '4',
|
type: '4',
|
||||||
isbn: this.getNoIsbnIsbnValue(),
|
isbn: this.noIsbnIsbn || '',
|
||||||
f_isbn: '0',
|
f_isbn: '0',
|
||||||
book_name: this.noIsbnBookName || '',
|
book_name: this.noIsbnBookName || '',
|
||||||
f_book_name: '',
|
f_book_name: '',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user