Commit 75c91ed9 authored by 赵汉亭's avatar 赵汉亭

Merge branch 'dev' of http://git.local.topsunit.com/mes/mes-ui into dev

parents e9b6b6eb 3a80bc8c
......@@ -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