{"remainingRequest":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\yhxt-web\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\yhxt-web\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\yhxt-web\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\yhxt-web\\src\\components\\flowURLForm\\CommonPhrases.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\yhxt-web\\src\\components\\flowURLForm\\CommonPhrases.vue","mtime":1720116814859},{"path":"D:\\jenkins\\workspace\\yhxt-web\\babel.config.js","mtime":1667326389982},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\babel-loader\\lib\\index.js","mtime":456789000000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\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\nexport default {\n name: 'CommonPhrases',\n data: function data() {\n return {\n inputVisible: false,\n inputValue: '',\n tags: [{\n msg: '常用语1'\n }, {\n msg: '常用语2'\n }, {\n msg: '常用语3'\n }, {\n msg: '常用语4'\n }, {\n msg: '常用语5'\n }, {\n msg: '常用语6常用语常用语常用语常用语常用语常用语'\n }]\n };\n },\n methods: {\n handleClose: function handleClose(tag, index) {\n this.tags.splice(index, 1);\n },\n handleInputConfirm: function handleInputConfirm() {\n if (this.inputValue) {\n var inputValue = this.inputValue;\n var tag = {\n msg: inputValue\n };\n this.tags.splice(this.tags.length - 1, 0, tag);\n console.log(this.tags);\n }\n this.inputVisible = false;\n this.inputValue = '';\n },\n showInput: function showInput() {\n var _this = this;\n this.inputVisible = true;\n this.$nextTick(function (_) {\n _this.$refs.saveTagInput.$refs.input.focus();\n });\n },\n handleSelect: function handleSelect(tag) {\n this.$emit('comfirm', tag.msg);\n }\n }\n};",null]}