Commit 3a80bc8c authored by hiyonx's avatar hiyonx

SAP数据info

parent 1f8c59e3
......@@ -72,6 +72,9 @@ export default {
console.log(this.sapData)
if (this.loading) return
if (!this.form.type || !this.form.relationId) return this.$message.error("对象为创建")
let baseInfo = this.sapData.baseInfo
delete this.sapData.baseInfo
this.sapData = {...baseInfo, ...this.sapData}
this.$refs.form.validate(valid => {
if (valid) {
this.loading = true
......
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