{"remainingRequest":"D:\\jenkins\\workspace\\examine-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\examine-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\examine-fvue\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\examine-fvue\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\examine-fvue\\src\\views\\mainDataMenu\\userTypeMenu.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\examine-fvue\\src\\views\\mainDataMenu\\userTypeMenu.vue","mtime":1669791942544},{"path":"D:\\jenkins\\workspace\\examine-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\examine-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\examine-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\examine-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\examine-fvue\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import \"regenerator-runtime/runtime\";\nimport _asyncToGenerator from \"D:/jenkins/workspace/examine-fvue/node_modules/@babel/runtime/helpers/esm/asyncToGenerator\";\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//\n//\n//\n//\n//\n//\n//\n//\n//\nimport { TableMixin } from '@/mixins/tableMixin';\nimport userTypeMenuDialog from \"./components/userTypeMenuDialog.vue\";\nimport userTypeMenu from '@/api/examination/userTypeMenu.js';\nimport dictUtils from '@/components/dict/DictSelectUtils.js';\nexport default {\n  mixins: [TableMixin],\n  name: 'userTypeMenu',\n  components: {\n    userTypeMenuDialog: userTypeMenuDialog\n  },\n  data: function data() {\n    return {\n      url: {\n        delete: '/api/job/v1/job/deleteJobByIds'\n      },\n      tableData: [],\n      multipleSelection: [],\n      total: 0,\n      sortList: {},\n      querys: [{\n        group: 'main',\n        operation: 'EQUAL',\n        parentGroup: '',\n        property: 'name',\n        relation: 'AND',\n        value: ''\n      }],\n      typeList: [],\n      roomList: []\n    };\n  },\n  created: function created() {\n    this.typeList = dictUtils.getDictItemsFromCache('sblx');\n  },\n  methods: {\n    loadData: function () {\n      var _loadData = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee(page) {\n        var _this = this;\n\n        return regeneratorRuntime.wrap(function _callee$(_context) {\n          while (1) {\n            switch (_context.prev = _context.next) {\n              case 0:\n                if (page) {\n                  this.queryParam.pageBean.page = page;\n                }\n\n                this.loading = true;\n                this.tableData = [];\n                this.queryParam.querys = [];\n                this.queryParam.sorter = [{\n                  direction: \"DESC\",\n                  property: \"createTime\"\n                }];\n\n                if (this.querys[0].value) {\n                  this.queryParam.querys.push(this.querys[0]);\n                }\n\n                _context.next = 8;\n                return userTypeMenu.getJobPage(this.queryParam, function (res) {\n                  _this.total = res.total;\n                  _this.tableData = res.rows;\n\n                  _this.$set(_this.tableData);\n\n                  _this.loading = false;\n                });\n\n              case 8:\n              case \"end\":\n                return _context.stop();\n            }\n          }\n        }, _callee, this);\n      }));\n\n      function loadData(_x) {\n        return _loadData.apply(this, arguments);\n      }\n\n      return loadData;\n    }(),\n    insort: function insort(val) {\n      var id = val.id;\n      var value = val.sn;\n      this.sortList[id] = value;\n    },\n    tableRowClassName: function tableRowClassName(_ref) {\n      var row = _ref.row,\n          rowIndex = _ref.rowIndex;\n      console.log(rowIndex % 2 == 0);\n\n      if (rowIndex % 2 == 0) {\n        return 'warning-row';\n      } else {\n        return '';\n      }\n    }\n  }\n};",null]}