Commit 8b34712a authored by 吴春's avatar 吴春

1

parent bc9cb67b
...@@ -1967,9 +1967,14 @@ ...@@ -1967,9 +1967,14 @@
(localStorage.getItem("ChangeThePriceDataTime") != this.getBeforeDate(0, new Date().Format("yyyy-MM-dd"))) (localStorage.getItem("ChangeThePriceDataTime") != this.getBeforeDate(0, new Date().Format("yyyy-MM-dd")))
)) { )) {
this.GetChangeThePrice() this.GetChangeThePrice()
}
if ((!localStorage.getItem("ExamineThePriceDataTime") ||
(localStorage.getItem("ExamineThePriceDataTime") != this.getBeforeDate(0, new Date().Format("yyyy-MM-dd")))
)) {
this.ExamineThePriceMsg.ApplyType=2; this.ExamineThePriceMsg.ApplyType=2;
this.GetExaminePriceOrderPageList() this.GetExaminePriceOrderPageList()
} }
} }
}, },
created() { created() {
......
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