qinzhipeng_v 5 anos atrás
pai
commit
de69d91da0
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/ToConfigure/configure.vue

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

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