> 136 |
138 | {{o.optionKey}}銆�
139 |
3 errors found.
Module Warning (from ./node_modules/eslint-loader/index.js):
error: Expected to return a value in "inputVal" computed property (vue/return-in-computed-property) at src\components\eipControl\EipTextarea.vue:176:10:
174 | computed: {
175 | inputVal:{
> 176 | get() {
| ^
177 | let _this = this;
178 | _this.data = _this.$parent.$vnode.context.$vnode.context.data;
179 | let text = '';
error: Unexpected timed function in "inputVal" computed property (vue/no-async-in-computed-properties) at src\components\eipControl\EipTextarea.vue:186:13:
184 | let moment = require("moment");
185 | if(text){
> 186 | setTimeout(() => {
| ^
187 | let isJoin = false;
188 | if(text.indexOf("{鍙戣捣鏃堕棿:startDate}") != -1){
189 | text=text.replace(/\{鍙戣捣鏃堕棿:startDate}/g,"鍙戣捣鏃堕棿:"+moment().format("YYYY-MM-DD")+" ");
error: Expected to return a value in "text" computed property (vue/return-in-computed-property) at src\components\eipControl\EipTextarea.vue:221:11:
219 | }
220 | },
> 221 | text: function(){
| ^
222 | if(this.textValue){
223 | return Base64.decode(this.text);
224 | }
3 errors found.
Module Warning (from ./node_modules/eslint-loader/index.js):
error: Expected to return a value in "inputValidate" computed property (vue/return-in-computed-property) at src\components\control\HtLabel.vue:51:19:
49 | return false;
50 | },
> 51 | inputValidate: function() {
| ^
52 |
53 | },
54 | noTips: function(){
1 error found.
Module Warning (from ./node_modules/eslint-loader/index.js):
error: Parsing error: x-invalid-end-tag (vue/no-parsing-error) at src\views\bbtjMenu\kstjMenu.vue:37:5:
35 |
瀵煎嚭
36 |