修复前端上传文件两次弹框

This commit is contained in:
2018-04-25 21:43:08 +08:00
parent 53989d5502
commit 681bcdbc6e
4 changed files with 25 additions and 13 deletions

View File

@@ -348,7 +348,7 @@ var Main = {
},
isShow(row) {
let that = this;
console.log(row.worktime + "||" + row.workid);
// console.log(row.worktime + "||" + row.workid);
if (compareTime(cur, row.worktime)) {
console.log("true");
return true;