Commit 2310e2e0 authored by “yiyousong”'s avatar “yiyousong”

perf: 优化

parent c715d899
......@@ -396,6 +396,7 @@ export default {
},
// 编辑
onEdit(data) {
setTimeout(() => {
data.appInfoFieldList.forEach((v) => {
if (v.fieldType == "upload") {
if (v.fieldValue) {
......@@ -420,6 +421,7 @@ export default {
}
});
this.form = { ...data };
}, 10);
},
// 更改文件名称
......
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