zhuzhuanzhuan
2023-08-18 bd01a01fccafebadc4f9c9c79a72f85fbb7c4d6e
src/components/jeecgbiz/modal/SelectUserListModal.vue
@@ -97,11 +97,19 @@
      handleChange(info) {
        let file = info.file;
        if (file.response.success) {
          this.$message.success(file.response.message);
          // this.$message.success(file.response.message);
          this.$notification.success({
            message:'消息',
            description:file.response.message
          });
          this.$emit('ok');
          this.close()
        } else {
          this.$message.warn(file.response.message);
          // this.$message.warn(file.response.message);
          this.$notification.warning({
            message:'消息',
            description:file.response.message
          });
          this.close()
        }