|
|
|
@ -395,7 +395,8 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
methods: { |
|
|
|
|
handleCancle () { |
|
|
|
|
this.echo =false; |
|
|
|
|
this.echo = false; |
|
|
|
|
this.hide = false; |
|
|
|
|
}, |
|
|
|
|
conceal(event){ |
|
|
|
|
console.log(event); |
|
|
|
@ -429,6 +430,7 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
// 表单重置 |
|
|
|
|
reset() { |
|
|
|
|
this.urlPath = null; |
|
|
|
|
this.form = { |
|
|
|
|
id: null, |
|
|
|
|
content: null, |
|
|
|
@ -596,7 +598,7 @@ export default {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
this.form.rotationId = this.global.apiUrl; |
|
|
|
|
console.log(this.form); |
|
|
|
|
//console.log(this.form); |
|
|
|
|
this.updateValuation(this.form.identification); |
|
|
|
|
updateRotation(this.form).then(response => { |
|
|
|
|
this.$modal.msgSuccess("修改成功"); |
|
|
|
@ -604,8 +606,11 @@ export default {
|
|
|
|
|
this.echo = false; |
|
|
|
|
this.global.apiUrl = null; |
|
|
|
|
this.pictureUrl =[]; |
|
|
|
|
this.$refs.upload.clearFiles(); |
|
|
|
|
this.getList(); |
|
|
|
|
// this.$refs.uploadFile.$refs.upload.clearFiles(); |
|
|
|
|
// this.$refs.upload.clearFiles(); |
|
|
|
|
// console.log(this.$refs.upload.clearFiles()); |
|
|
|
|
|
|
|
|
|
}); |
|
|
|
|
} else { |
|
|
|
|
// console.log(this.global.apiUrl+"serytws er"); |
|
|
|
@ -627,9 +632,10 @@ export default {
|
|
|
|
|
this.echo = false; |
|
|
|
|
this.global.apiUrl = null; |
|
|
|
|
this.pictureUrl =[]; |
|
|
|
|
this.$refs.uploadFile.$refs.upload.clearFiles(); |
|
|
|
|
this.$refs.upload.clearFiles(); |
|
|
|
|
this.getList(); |
|
|
|
|
// this.$refs.uploadFile.$refs.upload.clearFiles(); |
|
|
|
|
// this.$refs.upload.clearFiles(); |
|
|
|
|
|
|
|
|
|
}); |
|
|
|
|
}else{ |
|
|
|
|
this.$message.warning("上传广告图片需要4张,请添加") |
|
|
|
@ -643,9 +649,10 @@ export default {
|
|
|
|
|
this.echo = false; |
|
|
|
|
this.global.apiUrl = null; |
|
|
|
|
this.pictureUrl =[]; |
|
|
|
|
this.$refs.uploadFile.$refs.upload.clearFiles(); |
|
|
|
|
this.$refs.upload.clearFiles(); |
|
|
|
|
this.getList(); |
|
|
|
|
// this.$refs.uploadFile.$refs.upload.clearFiles(); |
|
|
|
|
// this.$refs.upload.clearFiles(); |
|
|
|
|
|
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|