zdl 1 год назад
Родитель
Сommit
32e0d64f18
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/rule/basic/index.vue

+ 1 - 1
src/views/rule/basic/index.vue

@@ -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