guoyujia 1 سال پیش
والد
کامیت
c5f48ff116
1فایلهای تغییر یافته به همراه14 افزوده شده و 14 حذف شده
  1. 14 14
      components/dialog-selectInviteUser/dialog-selectInviteUser.vue

+ 14 - 14
components/dialog-selectInviteUser/dialog-selectInviteUser.vue

@@ -175,20 +175,20 @@
 							inviteUserList.push(inviteUser)
 						}
 						console.log(inviteUserList)
-						// saveproTem(inviteUserList).then(res => {
-						// 	if (res.code == 200) {
-						// 		uni.showToast({
-						// 			icon: 'success',
-						// 			title: '操作成功',
-						// 		});
-						// 		close()
-						// 	} else {
-						// 		uni.showToast({
-						// 			icon: 'error',
-						// 			title: '添加失败',
-						// 		});
-						// 	}
-						// })
+						saveproTem(inviteUserList).then(res => {
+							if (res.code == 200) {
+								uni.showToast({
+									icon: 'success',
+									title: '操作成功',
+								});
+								close()
+							} else {
+								uni.showToast({
+									icon: 'error',
+									title: '添加失败',
+								});
+							}
+						})
 					}
 					}else if(res.cancel){
 					close();