Commit 774a7001 authored by jingnan's avatar jingnan 👀

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

parent f90d4998
......@@ -5,8 +5,8 @@
v-model="input"
placeholder="请输入内容"
type="textarea"
@blur="blur">
</el-input>
@blur="blur"
/>
</div>
</template>
......@@ -14,7 +14,7 @@
import { post } from '@/utils/http'
export default {
name: 'setAssessment',
name: 'SetAssessment',
componentName: '填写机上实物影响评估',
data() {
return {
......@@ -29,7 +29,7 @@ export default {
},
methods: {
blur() {
if(this.input === '' || this.input === this.history){
if (this.input === '' || this.input === this.history) {
return
}
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