diff --git a/pages/NursingNew/component/nurse/index.vue b/pages/NursingNew/component/nurse/index.vue index 0624a70..688e536 100644 --- a/pages/NursingNew/component/nurse/index.vue +++ b/pages/NursingNew/component/nurse/index.vue @@ -1605,15 +1605,9 @@ }) } const routerPush = () => { - uni.setStorage({ - key: 'myArray', - data: timearr.value, - success: function () { - uni.navigateTo({ - url: `/pages/timeMatrix/indexnew` - }) - }, - }); + uni.navigateTo({ + url: `/pages/timeMatrix/indexnew` + }) } // 暂存器 const saveRulerTime = ref({ diff --git a/pages/timeMatrix/indexnew.vue b/pages/timeMatrix/indexnew.vue index 3ca1391..34adac5 100644 --- a/pages/timeMatrix/indexnew.vue +++ b/pages/timeMatrix/indexnew.vue @@ -110,7 +110,7 @@