|
|
|
@ -535,7 +535,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
getUserList() {
|
|
|
|
|
const data = {
|
|
|
|
|
drug_id: this.multipleSelection[0].medicament_id,
|
|
|
|
|
drug_id: this.multipleSelection[0].variety_id,
|
|
|
|
|
page: this.user_page,
|
|
|
|
|
page_size: this.user_page_size,
|
|
|
|
|
seach_user: this.seach_user
|
|
|
|
@ -553,7 +553,7 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
const data = {
|
|
|
|
|
user_id: this.multipleUserSelection[0].user_id,
|
|
|
|
|
drug_id: this.multipleSelection[0].medicament_id
|
|
|
|
|
drug_id: this.multipleSelection[0].variety_id
|
|
|
|
|
}
|
|
|
|
|
user_ban_confirm(stringify(data)).then(res => {
|
|
|
|
|
if (res.status === 0) {
|
|
|
|
@ -570,7 +570,7 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
const data = {
|
|
|
|
|
user_id: this.multipleUserSelection[0].user_id,
|
|
|
|
|
drug_id: this.multipleSelection[0].medicament_id
|
|
|
|
|
drug_id: this.multipleSelection[0].variety_id
|
|
|
|
|
}
|
|
|
|
|
user_ban_relieve(stringify(data)).then(res => {
|
|
|
|
|
if (res.status === 0) {
|
|
|
|
|