Commit 758081b3 authored by 全洪江's avatar 全洪江

客户查询sap数据

parent 5cb62ca5
...@@ -539,7 +539,7 @@ export default { ...@@ -539,7 +539,7 @@ export default {
} }
}, },
onTabClick() { onTabClick() {
if (this.activeName === 'SapProperty') this.$refs.SapProperty.init(1, this.form.clientId, this.form) if (this.activeName === 'SapProperty') this.$refs.SapProperty.init(1, null, this.form.clientId, this.form)
else this.$refs[this.activeName].init && this.$refs[this.activeName].init(this.form) else this.$refs[this.activeName].init && this.$refs[this.activeName].init(this.form)
} }
} }
......
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