Parcourir la source

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

zhangchong il y a 10 mois
Parent
commit
a1befac7a4
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  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();