kongdeqiang
2023-06-06 e8d2fb192894d42d5cf00c8699e5d0ec5ce710a4
修改前端页面
2个文件已修改
4 ■■■■ 已修改文件
src/components/page/ticket/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/page/violationType/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;
        })
      },
src/components/page/violationType/index.vue
@@ -71,7 +71,7 @@
                    reducePoint: 0,
                    content: '',
                },
                urlPath:this.$systemconfig.basePath + '/ffzf/violationType/'
                urlPath:this.$systemconfig.basePath + '/ffzf/violationtype/'
            }
        },
        mounted() {