Commit 577df3ff authored by 姬鋆屾's avatar 姬鋆屾

fix:修改基础事项基本信息编辑

parent 96fcfa3a
...@@ -978,6 +978,18 @@ export default { ...@@ -978,6 +978,18 @@ export default {
}; };
local.setLocal("matter", obj); local.setLocal("matter", obj);
} }
this.baseform.promiseTimeLimitShow == ""
? (this.isPromise = "")
: this.baseform.promiseTimeLimitShow == 0 ||
this.baseform.promiseTimeLimitShow == "即办"
? (this.isPromise = "1")
: (this.isPromise = "2");
this.baseform.legalTimeLimitShow == ""
? (this.isTimely = "")
: this.baseform.legalTimeLimitShow == 0 ||
this.baseform.legalTimeLimitShow == "即办"
? (this.isTimely = "1")
: (this.isTimely = "2");
} }
}, },
// 获取部门列表 // 获取部门列表
......
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