Commit 84fe8be5 authored by “yiyousong”'s avatar “yiyousong”

perf: 优化新增应用时的应用类型切换

parent d560e2ac
...@@ -386,6 +386,10 @@ export default { ...@@ -386,6 +386,10 @@ export default {
let val = e.target.value; let val = e.target.value;
if (val == 1) { if (val == 1) {
this.form.url = ""; this.form.url = "";
} else {
this.form.filePath = "";
this.form.fileName = "";
this.fileList = [];
} }
}, },
}, },
......
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