智慧农业后台管理页面
guoshilong
2022-10-15 9527700da6bb20970c64768ea9b0cd513de62296
字典进行批量删除后刷新页面
2 files modified
10 ■■■■ changed files
src/views/system/dict.vue 5 ●●●● patch | view | raw | blame | history
src/views/system/dictbiz.vue 5 ●●●● patch | view | raw | blame | history
src/views/system/dict.vue
@@ -271,7 +271,10 @@
        type: "warning"
      })
        .then(() => {
          return remove(this.ids);
          remove(this.ids);
          this.onLoadChild(this.pageChild);
          this.onLoadParent(this.pageParent);
          return
        })
        .then(() => {
          this.onLoadParent(this.pageParent);
src/views/system/dictbiz.vue
@@ -271,7 +271,10 @@
          type: "warning"
        })
          .then(() => {
            return remove(this.ids);
            remove(this.ids);
            this.onLoadChild(this.pageChild);
            this.onLoadParent(this.pageParent);
            return
          })
          .then(() => {
            this.onLoadParent(this.pageParent);