|
|
|
@ -460,7 +460,6 @@ export default {
|
|
|
|
|
// drawer_user_info: JSON.stringify({ [user_id]: drawer_type === 0 ? 1 : 0 })
|
|
|
|
|
drawer_id: this.drawer_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_cell_code: this.drawData.find(item => item.id === this.drawer_id).cell_code,
|
|
|
|
|
drawer_user_info: JSON.stringify({ [user_id]: d })
|
|
|
|
@ -525,7 +524,6 @@ export default {
|
|
|
|
|
handleSelectionChange(val) {
|
|
|
|
|
this.multipleSelection = val
|
|
|
|
|
this.client_id = val[0].client_id
|
|
|
|
|
this.client_code = val[0].client_code
|
|
|
|
|
},
|
|
|
|
|
// 柜体分页
|
|
|
|
|
pageChange(page) {
|
|
|
|
|