ylong 7 月之前
父节点
当前提交
555da415ff
共有 2 个文件被更改,包括 0 次插入2 次删除
  1. 0 1
      src/views/recycle/priceAlert/index.vue
  2. 0 1
      src/views/recycle/stockFullAlert/index.vue

+ 0 - 1
src/views/recycle/priceAlert/index.vue

@@ -284,7 +284,6 @@
             fetch: () =>
                 proxy.$http.post('/book/stockAlarm/setAlarmTime', {
                     id: row.id,
-                    alarmType: 3
                 })
         });
     }

+ 0 - 1
src/views/recycle/stockFullAlert/index.vue

@@ -282,7 +282,6 @@
             fetch: () =>
                 proxy.$http.post('/book/stockAlarm/setAlarmTime', {
                     id: row.id,
-                    alarmType: 1
                 })
         });
     }