qinzhipeng_v 5 years ago
parent
commit
de69d91da0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/ToConfigure/configure.vue

+ 1 - 1
src/views/ToConfigure/configure.vue

@@ -472,7 +472,7 @@ export default {
     Preservation(form) { // 创建团队
     Preservation(form) { // 创建团队
       this.$refs['form'].validate((valid) => {
       this.$refs['form'].validate((valid) => {
         if (valid) {
         if (valid) {
-          let team = {
+          var team = {
             teamName: form.teamName,
             teamName: form.teamName,
             teamAttribute: form.teamAttribute,
             teamAttribute: form.teamAttribute,
             teamMemberRelateInfoRequests: this.arr.concat(this.arry),
             teamMemberRelateInfoRequests: this.arr.concat(this.arry),