ylong 7 bulan lalu
induk
melakukan
555da415ff

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