@@ -150,7 +150,7 @@ export default {
}
)
.then(() => {
- if (this.time()) {
+ // if (this.time()) {
let params = [
{
cid:cid,
@@ -173,7 +173,7 @@ export default {
this.$message.error("审核失败");
console.error(err);
});
- }
+ // }
})
.catch(() => { });