大宝管理后台代码
xxx
dcc
2024-05-07 abcf89c0931fc453f4fd8e1d4d48b8b469d0f3c7
src/views/userlist/components/audituserdialog.vue
@@ -106,12 +106,12 @@
  components: {},
  props: {
    currentDetails: {
      type: Object,
      type: Object
    },
    getinit: {
      type: Function,
      default: function () {},
    },
      default: function () {}
    }
  },
  data() {
    return {
@@ -120,7 +120,7 @@
      bohuidialogloading: false,
      bohuiform: this.$form.createForm(this),
      srcList1: [this.currentDetails.img1Key],
      srcList2: [this.currentDetails.img2Key],
      srcList2: [this.currentDetails.img2Key]
    }
  },
  methods: {
@@ -153,7 +153,7 @@
    gettongguo(val) {
      var data = {
        userId: this.currentDetails.id,
        state: val,
        state: val
      }
      userauthByAdmin(data).then((res) => {
        if (res.status == 0) {
@@ -164,7 +164,7 @@
        }
        this.userDialog = false
      })
    },
  },
    }
  }
}
</script>