11wqe1 hace 1 semana
padre
commit
d20236cdb2
Se han modificado 1 ficheros con 7 adiciones y 7 borrados
  1. 7 7
      src/views/kanBan/index.vue

+ 7 - 7
src/views/kanBan/index.vue

@@ -163,15 +163,15 @@ export default {
                 ];
                 ];
 
 
                 this.$ajax
                 this.$ajax
-                	.post(API_CONFIG.baseUrl, params)
-                	.then((res) => {
+                    .post(API_CONFIG.baseUrl, params)
+                    .then((res) => {
                         resolve(res)
                         resolve(res)
-                	})
-                	.catch((err) => {
-                		console.log(err);
+                    })
+                    .catch((err) => {
+                        console.log(err);
                         reject(err)
                         reject(err)
-                		this.$message.error("获取校区栏失败");
-                	});
+                        this.$message.error("获取校区栏失败");
+                    });
             })
             })
         },
         },
         // 查询学校列表
         // 查询学校列表