Ver código fonte

reactor:工单待办,工单坐席待办查询条件调整;

zhangchong 10 meses atrás
pai
commit
a1befac7a4
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      src/views/todo/center/Order-migration.vue

+ 3 - 3
src/views/todo/center/Order-migration.vue

@@ -153,7 +153,7 @@ const onSubmit = throttle(async () => {
 			migrationOrderChange(request)
 				.then(() => {
 					ElMessage({
-						message: '平移成功',
+						message: '平成功',
 						type: 'success',
 					});
 					closeDialog();
@@ -173,7 +173,7 @@ const onSubmit = throttle(async () => {
 			migrationOrderPublish(publishRequest)
 				.then(() => {
 					ElMessage({
-						message: '平移成功',
+						message: '平成功',
 						type: 'success',
 					});
 					closeDialog();
@@ -193,7 +193,7 @@ const onSubmit = throttle(async () => {
 			migrationOrderVisit(visitRequest)
 				.then(() => {
 					ElMessage({
-						message: '平移成功',
+						message: '平成功',
 						type: 'success',
 					});
 					closeDialog();