Commit 7dca4f09 authored by 姬鋆屾's avatar 姬鋆屾

fix:修改即办保存

parent f65aa435
......@@ -463,13 +463,13 @@ export default {
if (res.data.code === 1) {
this.baseform = { ...res.data.data };
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