修改client_code

duizhaopin_ui
13507605001 2 years ago
parent 4ad48c72a6
commit 6fa03964b9

@ -460,7 +460,6 @@ export default {
// drawer_user_info: JSON.stringify({ [user_id]: drawer_type === 0 ? 1 : 0 }) // drawer_user_info: JSON.stringify({ [user_id]: drawer_type === 0 ? 1 : 0 })
drawer_id: this.drawer_id, drawer_id: this.drawer_id,
client_id: this.client_id, client_id: this.client_id,
client_code: this.client_code,
// client_code: this.drawData.find(item => item.client_id === this.drawer_id).client_code, // client_code: this.drawData.find(item => item.client_id === this.drawer_id).client_code,
client_cell_code: this.drawData.find(item => item.id === this.drawer_id).cell_code, client_cell_code: this.drawData.find(item => item.id === this.drawer_id).cell_code,
drawer_user_info: JSON.stringify({ [user_id]: d }) drawer_user_info: JSON.stringify({ [user_id]: d })
@ -525,7 +524,6 @@ export default {
handleSelectionChange(val) { handleSelectionChange(val) {
this.multipleSelection = val this.multipleSelection = val
this.client_id = val[0].client_id this.client_id = val[0].client_id
this.client_code = val[0].client_code
}, },
// //
pageChange(page) { pageChange(page) {

Loading…
Cancel
Save