From 10329fcb3e8734616fb2773269f4d2b5601c0b61 Mon Sep 17 00:00:00 2001 From: zer0Black Date: Fri, 9 Jun 2023 18:21:15 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90fix=E3=80=91=E5=8D=95=E8=A1=A8?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E7=A4=BA=E4=BE=8B-=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E5=8D=95=E6=8D=AE=E6=97=A0=E6=B3=95=E8=B7=B3=E8=BD=AC=EF=BC=8C?= =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E5=8E=BB=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/views/demo/JeroDemoList.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/jero-web/src/views/demo/JeroDemoList.vue b/jero-web/src/views/demo/JeroDemoList.vue index e5c7791f..a2c1a83b 100644 --- a/jero-web/src/views/demo/JeroDemoList.vue +++ b/jero-web/src/views/demo/JeroDemoList.vue @@ -56,7 +56,6 @@
新增 - 创建单据 一对多 导出 @@ -309,10 +308,6 @@ export default { this.$refs.jeroDemoTabsModal.add() this.$refs.jeroDemoTabsModal.title = '编辑' }, - // 跳转单据页面 - jump () { - this.$router.push({ path: '/jero/helloworld' }) - }, onBirthdayChange: function (value, dateString) { console.log(dateString[0], dateString[1]) this.queryParam.birthday_begin = dateString[0]