@@ -278,6 +278,16 @@ export default {
})
},
+
+ removeImage(value) {
+ if (value) {
+ this.form.attachId = this.form.attachId.replace(this.form.attachId.indexOf(',' + value) == -1 ? value + ',' : ',' + value, '')
+ }
+ },
+ getUrl(url) {
+ this.form.attachId = url;
send(val) {
debugger
if (val===true){