@@ -960,7 +960,8 @@ export default {
attachmentids: [res.data.attachmentids[0]],
},
});
- this.$emit("onSuccess", res);
+ console.log('输出res',res)
+ // this.$emit("onSuccess", res);
}