Commit 08eef855 by ‘july-fu’

feat: 企业中台服务清单

1 parent 7ba0c888
...@@ -451,9 +451,12 @@ export default { ...@@ -451,9 +451,12 @@ export default {
}, },
search() { search() {
this.pager.current = 1 this.pager.current = 1
this.pager.total = 0
this.getList() this.getList()
}, },
reset() { reset() {
this.pager.current = 1
this.pager.total = 0
this.form = { this.form = {
abilityName: '',// 中台服务名称 false abilityName: '',// 中台服务名称 false
abilitySource: '',// 资源类型 1 中台服务清单 2 业务信息 3 应用服务信息 4 数据实体信息 5 技术组件信息 false abilitySource: '',// 资源类型 1 中台服务清单 2 业务信息 3 应用服务信息 4 数据实体信息 5 技术组件信息 false
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!