changAttr/clickEvt方法changAttr(e,type){if(type==='focus'){if(e){e.stopPropagation();e.preventDefault();}setTimeout(()=>{this.readonly=false;},100);}否则{如果(e){e.stopPropagation();}this.readonly=true;}},clickEvt(){if(this.$refs.password){this.$refs.password.$refs.input.onmousedown=(evt)=>{if(evt){evt.preventDefault();evt.stopPropagation();}if(this.ruleForm.password===''||this.readonly){this.$refs.password.$refs.input.blur();setTimeout(()=>{this.$refs.password.$refs.input.focus();},0);}返回假;};}},详细