long
2021-04-20 b82c1ebc18ef820375c4a828004bf7470eb07a79
优化新增reglist、编辑getlist
4个文件已修改
8 ■■■■ 已修改文件
src/pages/demo/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/demo/list.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/system/admin.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/system/banner.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/demo/index.vue
@@ -296,7 +296,7 @@
      }, () => {
        this.$messageSuc('保存成功')
        this.hideDialog()
        this.reGetList()
        isAdd ? this.reGetList() : this.getList()
      })
    }
  }
src/pages/demo/list.vue
@@ -310,7 +310,7 @@
      }, () => {
        this.$messageSuc('保存成功')
        this.hideDialog()
        this.reGetList()
        isAdd ? this.reGetList() : this.getList()
      })
    }
  }
src/pages/system/admin.vue
@@ -397,7 +397,7 @@
          }, () => {
            this.$messageSuc('保存成功')
            this.hideAdminDialog()
            this.getList()
            isAdd ? this.reGetList() : this.getList()
          })
        }
      })
src/pages/system/banner.vue
@@ -329,7 +329,7 @@
      }, inf => {
        this.$messageSuc('保存成功')
        this.hideDialog()
        this.getList()
        type === 'add' ? this.reGetList() : this.getList()
      })
    }
  }