diff --git a/templates/auto_pt/import_ptpp.html b/templates/auto_pt/import_ptpp.html
index ae303dc..835092c 100644
--- a/templates/auto_pt/import_ptpp.html
+++ b/templates/auto_pt/import_ptpp.html
@@ -135,6 +135,7 @@
});
}, 200);
})
+
} else {
console.log(res)
this.$message({
@@ -142,6 +143,8 @@
message: res.data.msg
});
}
+ //清空PTPP
+ this.ptpp = ''
})
}).catch(() => {
this.$message({