Commit d1bf65c2 authored by jingnan's avatar jingnan 👀

拆卸指令号默认不必填修改

parent 94930b3d
......@@ -79,7 +79,7 @@ export default {
mounted() {
this.com = this.$utils.findByNameVnode(this, 'DeeAsForm')
if (Object.keys(this.basicData).length) {
this.setData(this.form.sourceAo)
this.setData(this.form[this.itemObj.attrKey])
}
},
methods: {
......
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