|
@@ -424,12 +424,14 @@ export default {
|
424
|
424
|
'id':id,
|
425
|
425
|
"is_mark":is_mark,
|
426
|
426
|
}
|
|
427
|
+ console.log("params222222222",params)
|
427
|
428
|
axios.get('http://127.0.0.1:9532/sz/api/medical/get',{params:params}).then(function(response) {
|
428
|
429
|
if (response.data.state == 0) {
|
429
|
430
|
that.$message.error(response.data.msg)
|
430
|
431
|
return false
|
431
|
432
|
} else {
|
432
|
|
- that.$message({ message: '操作成功', type: 'success' })
|
|
433
|
+ // that.$message({ message: '操作成功', type: 'success' })
|
|
434
|
+ this.$message.error(response.data.msg)
|
433
|
435
|
that.adminMainView()
|
434
|
436
|
}
|
435
|
437
|
}).catch(function(error) {
|