zdl 1 жил өмнө
parent
commit
32e0d64f18

+ 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