Commit a2735c0a authored by 姬鋆屾's avatar 姬鋆屾

fix:修改即办保存

parent 7dca4f09
......@@ -979,13 +979,13 @@ export default {
local.setLocal("matter", obj);
}
this.baseform.promiseTimeLimitShow == ""
? (this.isPromise = "")
? (this.isPromise = "1")
: this.baseform.promiseTimeLimitShow == 0 ||
this.baseform.promiseTimeLimitShow == "即办"
? (this.isPromise = "1")
: (this.isPromise = "2");
this.baseform.legalTimeLimitShow == ""
? (this.isTimely = "")
? (this.isTimely = "1")
: this.baseform.legalTimeLimitShow == 0 ||
this.baseform.legalTimeLimitShow == "即办"
? (this.isTimely = "1")
......
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