shop_vue/src/views/user/grade/part/list.vue
@@ -137,13 +137,14 @@
      /*打开添加*/
      addClick() {
        this.open_add = true;
        this.$router.push('/user/grade/add');
      },
      /*打开编辑*/
      editClick(item) {
        this.userModel = deepClone(item);
        this.open_edit = true;
        this.$router.push('/user/grade/edit?grade_id=' + item.grade_id);
        /*this.userModel = deepClone(item);
        this.open_edit = true;*/
      },
      /*关闭弹窗*/