Przeglądaj źródła

reactor:修复平移的问题;

zhangchong 4 miesięcy temu
rodzic
commit
2020c97875
2 zmienionych plików z 5 dodań i 2 usunięć
  1. 1 1
      .env.development
  2. 4 1
      src/views/todo/center/Order-migration.vue

+ 1 - 1
.env.development

@@ -3,7 +3,7 @@ VITE_MODE_NAME=development
 # 防止部署多套系统到同一域名不同目录时,变量共用的问题 设置不同的前缀
 VITE_STORAGE_NAME=dev
 # 业务系统基础请求地址
-VITE_API_URL=http://110.188.24.28:50300
+VITE_API_URL=http://110.188.24.28:50100
 # 业务系统socket请求地址
 VITE_API_SOCKET_URL=http://110.188.24.28:50100/hubs/hotline
 # 业务系统文件上传上传请求地址

+ 4 - 1
src/views/todo/center/Order-migration.vue

@@ -175,7 +175,10 @@ const onSubmit = throttle(async () => {
 			const request = {
 				stepId: stepId.value,
 				orderId: orderId.value,
-				handler: selectRow.value.userId,
+				handler: {
+					userId:selectRow.value.userId,
+					username: selectRow.value.username,
+				},
 			};
 			migrationOrderChange(request)
 				.then(() => {