大宝管理后台代码
jhzh
2024-04-07 8477322adb238a81c46ffdc1fbf83628713aa389
src/views/userlist/components/audituserdialog.vue
@@ -96,19 +96,19 @@
  components: {},
  props: {
    currentDetails: {
      type: Object,
      type: Object
    },
    getinit: {
      type: Function,
      default: function () {},
    },
      default: function () {}
    }
  },
  data() {
    return {
      userDialog: false,
      bohuidialog: false,
      bohuidialogloading: false,
      bohuiform: this.$form.createForm(this),
      bohuiform: this.$form.createForm(this)
    }
  },
  methods: {
@@ -141,7 +141,7 @@
    gettongguo(val) {
      var data = {
        userId: this.currentDetails.id,
        state: val,
        state: val
      }
      userauthByAdmin(data).then((res) => {
        if (res.status == 0) {
@@ -152,7 +152,7 @@
        }
        this.userDialog = false
      })
    },
  },
    }
  }
}
</script>