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
                 })
         });
     }