Commit fc51a8c6 by 奉斌

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

parent c10338f7
...@@ -40,7 +40,6 @@ import SimpleDrawingBoard from 'simple-drawing-board' ...@@ -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 { ...@@ -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 { ...@@ -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: '提交失败',
......
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