kongdeqiang
2023-06-06 e8d2fb192894d42d5cf00c8699e5d0ec5ce710a4
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;
        })
      },