|
@@ -900,7 +900,7 @@ export default {
|
|
|
cancelButtonText: '取消',
|
|
|
type: 'warning'
|
|
|
}).then(() => {
|
|
|
- updateBmyLevel({ id: row.id, bmy_level: row.bmy_level }).then((res) => {
|
|
|
+ updateBmyLevel({ id: row.id, status: row.bmy_level }).then((res) => {
|
|
|
this.$message.success(res.m || '操作成功')
|
|
|
}).catch(function() {
|
|
|
row.bmy_level = row.bmy_level === 0 ? 1 : 0
|