{"remainingRequest":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\xq-web-fvue\\src\\views\\main\\systemManagement\\ExecuteJobList.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\src\\views\\main\\systemManagement\\ExecuteJobList.vue","mtime":1667327530028},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\babel.config.js","mtime":1667327525434},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\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//\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//\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 sys from '@/api/portal.js';\nimport req from \"@/request.js\";\nexport default {\n  name: 'executeJobList',\n  props: {\n    jobName: String\n  },\n  components: {},\n  data: function data() {\n    return {\n      data: [],\n      pageResult: {\n        page: 1,\n        pageSize: 50,\n        total: 0\n      },\n      executeJob: {},\n      log: {},\n      startTime: '',\n      dialogVisible: false\n    };\n  },\n  watch: {// startTime: function(newVal, oldVal) {\n    //   if (newVal != oldVal) {\n    //     this.$refs.executeJobTable.querys.push({property: \"startTime\", operation: \"BETWEEN\", value: newVal, relation: \"AND\"});\n    //   }\n    // }\n  },\n  computed: {\n    executeJobDeleteUrl: function executeJobDeleteUrl() {\n      return window.context.portal + '/job/scheduler/v1/delJobLog';\n    }\n  },\n  activated: function activated() {\n    this.$refs.executeJobTable.load();\n  },\n  mounted: function mounted() {\n    var _this = this;\n\n    // 因为resize事件在整个项目中只能监听一次，所以这里通过全局广播发送这个事件\n    window.onresize = function () {\n      _this.$root.$emit('resize');\n    };\n  },\n  methods: {\n    handleDbClick: function handleDbClick(row) {\n      this.log = row;\n      this.dialogVisible = true;\n    },\n    beforeCloseDialog: function beforeCloseDialog() {\n      this.dialogVisible = false;\n    },\n    back: function back() {\n      // if (this.$route.params.trigName) {\n      //   this.$router.push({\n      //       name: \"schedulerTriggerList\",\n      //       params: { jobName: this.$route.params.jobName, tobName: \"触发器列表\" }\n      //     });\n      // }else{\n      //   this.$router.push('/sysplat/schedulerManager');\n      // }\n      this.$router.push('/frontPlat/systemScheduling');\n    },\n    loadData: function loadData(param, cb) {\n      var _this2 = this;\n\n      var trigName = '';\n\n      if (this.$route.params.trigName) {\n        trigName = this.$route.params.trigName;\n      }\n\n      req.post(window.context.xqhk + '/job/scheduler/v1/listJson?jobName=' + this.$route.params.jobName + '&trigName=' + trigName, param).then(function (response) {\n        _this2.data = response.rows;\n        _this2.pageResult = {\n          page: response.page,\n          pageSize: response.pageSize,\n          total: response.total\n        };\n      }).finally(function () {\n        return cb();\n      });\n    }\n  }\n};",null]}