{"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\\flow\\FlowAuthManager.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\views\\flow\\FlowAuthManager.vue","mtime":1675071992835},{"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":["//\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//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nimport request from \"@/request.js\";\n\nvar defAuthorizeDialog = function defAuthorizeDialog() {\n  return import(\"@/components/dialog/DefAuthorizeDialog.vue\");\n};\n\nvar defAuthorizePageDialog = function defAuthorizePageDialog() {\n  return import(\"@/components/dialog/DefAuthorizePageDialog.vue\");\n};\n\nexport default {\n  components: {\n    defAuthorizeDialog: defAuthorizeDialog,\n    defAuthorizePageDialog: defAuthorizePageDialog\n  },\n  computed: {},\n  data: function data() {\n    return {\n      data: [],\n      pageResult: {\n        page: 1,\n        pageSize: 50,\n        total: 0\n      }\n    };\n  },\n  mounted: function mounted() {\n    this.$validator = this.$root.$validator;\n  },\n  methods: {\n    rowClick: function rowClick(row, column, event) {\n      this.$refs.htTable.$refs.htTable.toggleRowSelection(row);\n    },\n    showDialog: function showDialog(row) {\n      this.$refs.defAuthorizeDialog.showDialog(row ? row.id : '');\n    },\n    loadData: function loadData(param, cb) {\n      var _this = this;\n\n      request.post(\"${bpmModel}/flow/defAuthorize/v1/listJson\", param).then(function (response) {\n        _this.data = response.data.rows;\n        _this.pageResult = {\n          page: response.data.page,\n          pageSize: response.data.pageSize,\n          total: response.data.total\n        };\n      }).finally(function () {\n        return cb();\n      });\n    },\n    handleCommand: function handleCommand(params) {\n      switch (params.command) {\n        case \"edit\":\n          this.showDialog(params.row);\n          break;\n\n        default:\n          break;\n      }\n    },\n    authorizeConfirm: function authorizeConfirm(load) {\n      if (load) {\n        this.$refs.htTable.load();\n      }\n    },\n    showAuthPageDialog: function showAuthPageDialog() {\n      this.$refs.defAuthorizePageDialog.showDialog();\n    }\n  }\n};",null]}