management/front/dkha-web-sz-main/node_modules/.cache/babel-loader/7afd1e9236dd13cd81a826d19cd...

1 line
8.9 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{"remainingRequest":"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main\\node_modules\\babel-loader\\lib\\index.js!C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main\\src\\components\\ren-process-multiple\\src\\ren-process-multiple.vue?vue&type=script&lang=js&","dependencies":[{"path":"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main\\src\\components\\ren-process-multiple\\src\\ren-process-multiple.vue","mtime":1614735254000},{"path":"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main\\node_modules\\babel-loader\\lib\\index.js","mtime":499162500000},{"path":"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["//\n//\n//\n//\n//\n//\n//\n//\nexport default {\n name: 'RenProcessMultiple',\n data: function data() {\n return {\n // 是否显示启动流程\n startProcessVisible: false,\n // 是否任务处理\n runningHandleVisible: false,\n // 是否显示流程处理详情\n processDetailVisible: false,\n // 用于区分流程启动start、任务处理(taskHandle)以及查看详情(null)\n showType: null,\n // 父级对象\n parentObj: null,\n dataForm: {\n processDefinitionKey: '',\n taskId: '',\n businessKey: '',\n processInstanceId: ''\n },\n // 回调函数\n callbacks: {\n // 启动成功回调\n startProcessSuccessCallback: null,\n // 启动失败回调\n startProcessErrorCallback: null,\n // 任务处理成功回调\n taskHandleSuccessCallback: null,\n // 任务处理失败回调\n taskHandleErrorCallback: null,\n // 表单保存成功回调\n formSaveSuccessCallback: null,\n // 表单保存失败回调\n formSaveErrorCallback: null\n }\n };\n },\n components: {},\n created: function created() {\n var _this = this;\n\n this.$nextTick(function () {\n if (!_this.showType) {\n _this.startProcessVisible = false;\n _this.runningHandleVisible = false;\n _this.processDetailVisible = true;\n } else if (_this.showType === 'start') {\n // 启动流程\n _this.startProcessVisible = true;\n\n _this.$nextTick(function () {\n _this.$refs.renProcessStart.rootObj = _this.parentObj;\n _this.$refs.renProcessStart.callbacks = _this.callbacks;\n _this.$refs.renProcessStart.dataForm.processDefinitionKey = _this.dataForm.processDefinitionKey;\n });\n } else if (_this.showType === 'taskHandle') {\n // 任务处理\n _this.runningHandleVisible = true;\n\n _this.$nextTick(function () {\n _this.$refs.renProcessRunning.rootObj = _this.parentObj;\n _this.$refs.renProcessRunning.dataForm.taskId = _this.dataForm.taskId;\n _this.$refs.renProcessRunning.dataForm.processInstanceId = _this.dataForm.processInstanceId;\n _this.$refs.renProcessRunning.callbacks = _this.callbacks;\n _this.$refs.renProcessRunning.dataForm.businessKey = _this.dataForm.businessKey;\n _this.$refs.renProcessRunning.dataForm.processDefinitionKey = _this.dataForm.processDefinitionKey;\n });\n }\n });\n },\n props: {\n saveFormUrl: String,\n updateInstanceIdUrl: String,\n dataFormName: String\n },\n watch: {},\n methods: {}\n};",{"version":3,"sources":["ren-process-multiple.vue"],"names":[],"mappings":";;;;;;;;AASA,eAAA;AACA,EAAA,IAAA,EAAA,oBADA;AAEA,EAAA,IAFA,kBAEA;AACA,WAAA;AACA;AACA,MA