Commit c5be353d authored by renjintao's avatar renjintao

datashow

parent d5cdcd17
{
"vue3snippets.enable-compile-vue-file-on-did-save-code": false
}
\ No newline at end of file
......@@ -100,7 +100,7 @@ export default {
Api.aistep5().then((res1) => {
if (res1.success) {
this.$Message.success("成功保存到规则表");
setTimeout(this.$router.push({ path: "/aps/ai" }),2000)
this.$router.push({ path: "/aps/ai" });
}
});
......
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