quanwei
2 days ago 04102f7237efefa744090ed7c25f7b5d0807b679
shop_vue/src/views/branch/branch/drawer/part/edit.vue
@@ -86,11 +86,10 @@
        // category: [],
        loading: false,
        open_user: false,
      };
    },
    props: ['form', 'areaList', 'branchList', 'user_info'],
    methods: {
      /*添加用户*/
      onSubmit() {
@@ -132,11 +131,11 @@
      /*初始化城市id*/
      initCity() {
        this.form.city_id = ''
          this.form.branch.city_id = '';
      },
      /*初始化区id*/
      initRegion() {
        this.form.region_id = ''
        this.form.branch.region_id = ''
      },
      /*打开弹出层*/