Browse Source

reactor:388 智能回访任务查询

zhangchong 4 days ago
parent
commit
1587274910
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/business/observations/components/Observe-reply.vue

+ 1 - 1
src/views/business/observations/components/Observe-reply.vue

@@ -68,7 +68,7 @@ const onSubmit = throttle((formEl: FormInstance | undefined) => {
 		};
 		orderBatchReminder(request)
 			.then(() => {
-				ElMessage.success('催办成功');
+				ElMessage.success('回复成功');
 				state.loading = false;
 				state.dialogVisible = false;
 				emit('updateList');