|
|
@@ -582,6 +582,7 @@ export default {
|
|
|
this.$modal.msgSuccess("编辑成功");
|
|
|
this.open = false;
|
|
|
this.getList();
|
|
|
+ this.$refs["upload"].clearFiles();
|
|
|
}).catch(() => {
|
|
|
});
|
|
|
|
|
|
@@ -590,6 +591,7 @@ export default {
|
|
|
this.$modal.msgSuccess("新增成功");
|
|
|
this.open = false;
|
|
|
this.getList();
|
|
|
+ this.$refs["upload"].clearFiles();
|
|
|
});
|
|
|
}
|
|
|
}
|