Commit 4c64e956 authored by 邓春圆's avatar 邓春圆

时间格式调整

parent 28820a6a
......@@ -322,7 +322,7 @@ export default {
const id = row.id;
getExchangeRate(id).then(response => {
this.form = {...this.form,...response.data};
console.log( this.form,' this.form')
this.form.expireDate = this.parseTime(this.form.expireDate);
if(this.form.expireDate){
if(new Date(this.form.expireDate).getTime() >= new Date().getTime()){
......
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