修改禅道已知bug
This commit is contained in:
@@ -270,7 +270,8 @@
|
||||
importZipUrl: '/dummy/dummyInventoryInfoEO/importData',
|
||||
exportData: '/dummy/dummyInventoryInfoEO/exportData',
|
||||
exportTemplate: '/dummy/dummyInventoryInfoEO/exportTemplate',
|
||||
getSysCategoryTree: '/sys/category/getSysCategoryTree'
|
||||
getSysCategoryTree: '/sys/category/getSysCategoryTree',
|
||||
logList:'/dummy/dummyLogEO/page',
|
||||
},
|
||||
loading: false,
|
||||
dataSource: [],
|
||||
@@ -589,7 +590,7 @@
|
||||
this.getList()
|
||||
},
|
||||
UpdateLogClick() {
|
||||
this.$refs.UpdateLogRef.getList()
|
||||
this.$refs.UpdateLogRef.getList({dummyInventoryBaseId:this.$route.query.id})
|
||||
},
|
||||
searchQuery() {
|
||||
this.getList()
|
||||
|
||||
Reference in New Issue
Block a user