wuhongyu 5 年之前
父节点
当前提交
6b2b67f41d
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/enterprise/appointment.vue

+ 2 - 1
src/views/enterprise/appointment.vue

@@ -69,8 +69,9 @@ export default {
         let parent = val.province;
         let places = val.place;
         console.log(places);
-
         let level = 1;
+        console.log('a');
+
         let reslte = await this.palcefetch({ level, parent });
         let resltes = await this.palcefetch({ level: 2, parent });
         // console.log(reslte.data);