Commit d111851c authored by 15008242619's avatar 15008242619

产品质量记录整改说明

parent 395fe622
...@@ -22,6 +22,11 @@ export default { ...@@ -22,6 +22,11 @@ export default {
history: '' history: ''
} }
}, },
mounted() {
const data = this.$utils.findByNameVnode(this, 'DeeAsCom')
this.input = data.basicData.assessment
this.history = data.basicData.assessment
},
methods: { methods: {
blur() { blur() {
if(this.input === '' || this.input === this.history){ if(this.input === '' || this.input === this.history){
......
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