|
|
@@ -241,7 +241,7 @@ export default { |
|
|
|
methods: { |
|
|
|
// 生成记录 |
|
|
|
findDataByRuleId() { |
|
|
|
this.$api.http.findDataByRuleId(this.creatHistory).then((res) => { |
|
|
|
this.$api.http.findDataByRuleIdopenApiData(this.creatHistory).then((res) => { |
|
|
|
this.gridData = res.data.records; |
|
|
|
this.roleHistory = true; // 获取到数据后展示列表 |
|
|
|
this.creatHistory.total = res.data.total; |
|
|
|