quanwei
7 days ago 30563323a53b0d0260c97d08a9e8bd4cc8227a95
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 = ''
      },
      /*打开弹出层*/