Commit 774a7001 authored by jingnan's avatar jingnan 👀

产品质量记录整改说明代码格式化

parent f90d4998
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
v-model="input" v-model="input"
placeholder="请输入内容" placeholder="请输入内容"
type="textarea" type="textarea"
@blur="blur"> @blur="blur"
</el-input> />
</div> </div>
</template> </template>
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
import { post } from '@/utils/http' import { post } from '@/utils/http'
export default { export default {
name: 'setAssessment', name: 'SetAssessment',
componentName: '填写机上实物影响评估', componentName: '填写机上实物影响评估',
data() { data() {
return { return {
...@@ -29,7 +29,7 @@ export default { ...@@ -29,7 +29,7 @@ export default {
}, },
methods: { methods: {
blur() { blur() {
if(this.input === '' || this.input === this.history){ if (this.input === '' || this.input === this.history) {
return return
} }
const data = this.$utils.findByNameVnode(this, 'DeeAsCom') const data = this.$utils.findByNameVnode(this, 'DeeAsCom')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment