{"remainingRequest":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\xq-web-bpm\\src\\views\\imMange\\module\\mangeQgroupPersons.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\views\\imMange\\module\\mangeQgroupPersons.vue","mtime":1675071992975},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import \"core-js/modules/es7.object.get-own-property-descriptors\";\nimport \"core-js/modules/web.dom.iterable\";\nimport \"core-js/modules/es6.object.keys\";\nimport _defineProperty from \"D:/jenkins/workspace/xq-web-bpm/node_modules/@babel/runtime/helpers/esm/defineProperty\";\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nimport uc from '@/api/instantMessag.js';\nimport { mapState } from \"vuex\";\nexport default {\n  name: \"mangeQgroupPersons\",\n  props: ['currentRow'],\n  data: function data() {\n    return {\n      dialogVisible: false,\n      data: []\n    };\n  },\n  computed: _objectSpread({}, mapState({\n    currentUser: function currentUser(state) {\n      return state.login.currentUser;\n    }\n  })),\n  methods: {\n    kickout: function kickout(row) {\n      var _this = this;\n\n      this.$confirm('是否将' + row.userName + '踢出群？', '提示', {\n        confirmButtonText: '踢出群',\n        cancelButtonText: '取消',\n        type: 'warning'\n      }).then(function () {\n        var id = row.id,\n            userName = row.userName;\n        var param = new URLSearchParams();\n        param.append('qGroutId', _this.currentRow.id);\n        param.append('userName', userName);\n        uc.kickoutPer(param).then(function (res) {\n          if (res.state) {\n            _this.loadData();\n\n            _this.$message.success('已将' + userName + '踢出群');\n          }\n        });\n      }).catch(function () {});\n    },\n    addQgroup: function addQgroup() {},\n    loadData: function loadData() {\n      var _this2 = this;\n\n      var param = new URLSearchParams();\n      param.append('groupId', this.currentRow.id);\n      uc.queryQgroupPer(param).then(function (res) {\n        _this2.data = res.filter(function (o) {\n          return o.userName != _this2.currentUser.account;\n        });\n      }).finally(function () {\n        return cb();\n      });\n    }\n  }\n};",null]}