Commit 28f210c9 authored by 姬鋆屾's avatar 姬鋆屾

tui

parent ac9dfb4e
...@@ -507,6 +507,8 @@ export default { ...@@ -507,6 +507,8 @@ export default {
? (this.form[key] = timestampToTime(this.form[key], 6)) ? (this.form[key] = timestampToTime(this.form[key], 6))
: key == "checkTime" : key == "checkTime"
? (this.form[key] = timestampToTime(this.form[key], 6)) ? (this.form[key] = timestampToTime(this.form[key], 6))
: key == "deductTime"
? (this.form[key] = timestampToTime(this.form[key], 6))
: ""; : "";
} }
this.form.checkResult = 1; this.form.checkResult = 1;
...@@ -562,6 +564,8 @@ export default { ...@@ -562,6 +564,8 @@ export default {
? (this.form[key] = timestampToTime(this.form[key], 6)) ? (this.form[key] = timestampToTime(this.form[key], 6))
: key == "checkTime" : key == "checkTime"
? (this.form[key] = timestampToTime(this.form[key], 6)) ? (this.form[key] = timestampToTime(this.form[key], 6))
: key == "deductTime"
? (this.form[key] = timestampToTime(this.form[key], 6))
: ""; : "";
} }
this.form.view = "查看"; this.form.view = "查看";
......
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