GFRS-615 问卷调查VUE 数据刷新 --提交人:阳华祥

This commit is contained in:
阳华祥
2020-02-26 17:14:04 +08:00
parent 98138fb1c1
commit 7b00634f36

View File

@@ -222,6 +222,8 @@ export default {
// eslint-disable-next-line no-empty
if (res.result != '0') {
that.$toast(res.resultMessage)
} else {
that.getSurveyList()
}
})
}