|
@@ -205,7 +205,7 @@ export default {
|
|
cancelText: "取消关闭",
|
|
cancelText: "取消关闭",
|
|
onOk: () => {
|
|
onOk: () => {
|
|
this.uploadModalVisible = false;
|
|
this.uploadModalVisible = false;
|
|
- this.$emit("on-photos-reseted", this.totalList);
|
|
|
|
|
|
+ // this.$emit("on-photos-reseted", this.totalList);
|
|
},
|
|
},
|
|
onCancel: () => {
|
|
onCancel: () => {
|
|
return;
|
|
return;
|