From e6ce09ca661049fd9a4034e4db5a7584cae5c1ec Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期二, 20 九月 2022 10:41:37 +0800 Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/gtqt --- src/views/system/personShiftManage/personTimeManage/workingHoursSet/index.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/system/personShiftManage/personTimeManage/workingHoursSet/index.vue b/src/views/system/personShiftManage/personTimeManage/workingHoursSet/index.vue index c911247..cdff199 100644 --- a/src/views/system/personShiftManage/personTimeManage/workingHoursSet/index.vue +++ b/src/views/system/personShiftManage/personTimeManage/workingHoursSet/index.vue @@ -284,7 +284,7 @@ if (res.data.code === '200') { ElMessage({ type: 'success', - message: res.data.msg + message: '添加成功!' }); getListByPage(); } else { @@ -301,7 +301,7 @@ if (res.data.code === '200') { ElMessage({ type: 'success', - message: res.data.msg + message: '修改成功!' }); getListByPage(); } else { @@ -341,7 +341,7 @@ if (res.data.code === '200') { ElMessage({ type: 'success', - message: res.data.msg + message: '删除成功!' }); getListByPage(); } else { @@ -380,7 +380,7 @@ state.deleteSetDialog = false; ElMessage({ type: 'success', - message: res.data.msg + message: '删除成功!' }); getListByPage(); } else { -- Gitblit v1.9.2