Commit fc51a8c6 by 奉斌

反馈页面修改(再改吃屎)

parent c10338f7
......@@ -40,7 +40,6 @@ import SimpleDrawingBoard from 'simple-drawing-board'
import html2canvas from 'html2canvas'
export default {
props: ['showDialog'],
data() {
return {
feedback: {
......@@ -101,7 +100,7 @@ export default {
})
.catch(e => {
this.dataLoading = false
util.showErrorMessageBox(e)
console.log(e)
})
})
},
......@@ -137,9 +136,7 @@ export default {
type: 'success',
duration: 2500
})
if (res.data.data.status === 1) {
this.show = false
}
this.show = false
} catch (e) {
this.$notify({
title: '提交失败',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment