Commit c9935464 authored by hiyonx's avatar hiyonx

SAP数据info

parent 75c91ed9
......@@ -72,9 +72,6 @@ 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