From f015ecea67a1e322374c422f6661366f93341556 Mon Sep 17 00:00:00 2001 From: kongdeqiang <123456> Date: 星期四, 08 六月 2023 09:32:04 +0800 Subject: [PATCH] 修改前端页面 --- src/components/page/ticket/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/page/ticket/index.vue b/src/components/page/ticket/index.vue index 903caf5..648b450 100644 --- a/src/components/page/ticket/index.vue +++ b/src/components/page/ticket/index.vue @@ -193,7 +193,7 @@ this.dataListLoading = false }, findAllViolation(){ - this.$byutil.postData(this, this.$systemconfig.basePath+'/ffzf/violationType/findAll', this.formData, res => { + this.$byutil.postData(this, this.$systemconfig.basePath+'/ffzf/violationtype/findAll', this.formData, res => { this.table1 = res.data; }) }, -- Gitblit v1.9.1