From 9ded14346441c35dac22b0bfe7ed00ec80c1bef1 Mon Sep 17 00:00:00 2001 From: xuesinan <1404152492@qq.com> Date: Mon, 6 Dec 2021 18:02:40 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=93=8D=E4=BD=9C=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/tall/task/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/store/tall/task/index.js b/src/store/tall/task/index.js index 9b8bc04..3c8f997 100644 --- a/src/store/tall/task/index.js +++ b/src/store/tall/task/index.js @@ -433,6 +433,7 @@ export default { try { const data = await submitAnswer(param); commit('setQuestion', data || null); + message.info('保存成功'); return data; } catch (error) { message.info(error); @@ -485,6 +486,7 @@ export default { try { const data = await submitIntellectual(param); commit('setQuestion', data || null); + message.info('保存成功'); return data; } catch (error) { message.info(error);