反馈页面修改(再改吃屎)
This commit is contained in:
@@ -40,7 +40,6 @@ import SimpleDrawingBoard from 'simple-drawing-board'
|
|||||||
import html2canvas from 'html2canvas'
|
import html2canvas from 'html2canvas'
|
||||||
export default {
|
export default {
|
||||||
props: ['showDialog'],
|
props: ['showDialog'],
|
||||||
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
feedback: {
|
feedback: {
|
||||||
@@ -101,7 +100,7 @@ export default {
|
|||||||
})
|
})
|
||||||
.catch(e => {
|
.catch(e => {
|
||||||
this.dataLoading = false
|
this.dataLoading = false
|
||||||
util.showErrorMessageBox(e)
|
console.log(e)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
@@ -137,9 +136,7 @@ export default {
|
|||||||
type: 'success',
|
type: 'success',
|
||||||
duration: 2500
|
duration: 2500
|
||||||
})
|
})
|
||||||
if (res.data.data.status === 1) {
|
this.show = false
|
||||||
this.show = false
|
|
||||||
}
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.$notify({
|
this.$notify({
|
||||||
title: '提交失败',
|
title: '提交失败',
|
||||||
|
|||||||
Reference in New Issue
Block a user