You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							1 lines
						
					
					
						
							2.4 KiB
						
					
					
				
			
		
		
	
	
							1 lines
						
					
					
						
							2.4 KiB
						
					
					
				{"remainingRequest":"F:\\workspace\\gcy\\RK-archives\\ruoyi-ui\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!F:\\workspace\\gcy\\RK-archives\\ruoyi-ui\\src\\components\\activiti\\processImg\\index.vue?vue&type=script&lang=js&","dependencies":[{"path":"F:\\workspace\\gcy\\RK-archives\\ruoyi-ui\\src\\components\\activiti\\processImg\\index.vue","mtime":1633763893111},{"path":"F:\\workspace\\gcy\\RK-archives\\ruoyi-ui\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"F:\\workspace\\gcy\\RK-archives\\ruoyi-ui\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"F:\\workspace\\gcy\\RK-archives\\ruoyi-ui\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"F:\\workspace\\gcy\\RK-archives\\ruoyi-ui\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KCgpleHBvcnQgZGVmYXVsdCB7CiAgcHJvcHM6IFsnaW5zdGFuY2VJZCddLAogIG5hbWU6ICdpbmRleCcsCiAgZGF0YSgpIHsKICAgIHJldHVybiB7CiAgICAgIHNyYzogbnVsbAogICAgfQogIH0sCiAgd2F0Y2g6IHsKICAgIGluc3RhbmNlSWQ6IHsKICAgICAgaW1tZWRpYXRlOiB0cnVlLAogICAgICBoYW5kbGVyKG5ld1ZhbCkgewogICAgICAgIGlmIChuZXdWYWwpIHsKICAgICAgICAgIHRoaXMuc3JjPXByb2Nlc3MuZW52LlZVRV9BUFBfQkFTRV9BUEkrJy9wcm9jZXNzL3JlYWQtcmVzb3VyY2U/cFByb2Nlc3NJbnN0YW5jZUlkPScgKyBuZXdWYWwKICAgICAgICB9ZWxzZSB7CiAgICAgICAgICB0aGlzLnNyYz0nJzsKICAgICAgICB9CiAgICAgIH0KICAgIH0KICB9Cn0K"},{"version":3,"sources":["index.vue"],"names":[],"mappings":";;;;;;;;;;;;;AAaA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"index.vue","sourceRoot":"src/components/activiti/processImg","sourcesContent":["<template>\n    <div style=\"\n\t\t\tdisplay: inline-block;\n\t\t\theight: 100%;\n\t\t\twidth: 0;\n\t\t\tvertical-align: middle;\n\t\t\">\n      <img alt=\"图片加载中....\" :src=\"src\" style=\"vertical-align: middle;\">\n    </div>\n</template>\n\n<script>\n\n  export default {\n    props: ['instanceId'],\n    name: 'index',\n    data() {\n      return {\n        src: null\n      }\n    },\n    watch: {\n      instanceId: {\n        immediate: true,\n        handler(newVal) {\n          if (newVal) {\n            this.src=process.env.VUE_APP_BASE_API+'/process/read-resource?pProcessInstanceId=' + newVal\n          }else {\n            this.src='';\n          }\n        }\n      }\n    }\n  }\n</script>\n\n<style scoped>\n\n</style>\n"]}]} |