Commit 79b328ba authored by jingnan's avatar jingnan 👀

器材验收单性能复验初始化取值修改

parent 4ce91397
......@@ -904,6 +904,9 @@ export default {
experimentAmount: data.experimentAmount,
chemicalObjFileLinks: data.objFileLinks
}
this.$set(this.form, 'isPerformRetest', true)
} else {
this.$set(this.form, 'isPerformRetest', false)
}
}).catch((err) => {
console.log(err)
......
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