three-trees-ui 1.0.84 → 1.0.85

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "three-trees-ui",
3
- "version": "1.0.84",
3
+ "version": "1.0.85",
4
4
  "publicPath": "/ui",
5
5
  "author": "hotent",
6
6
  "private": false,
@@ -18,6 +18,7 @@ export default {
18
18
  bpmRunTime: this.$requestConfig.flowUrl,
19
19
  fileList: [],
20
20
  tableData: { selectRows: [], querys: '' },
21
+ exportBtnDisabled: false,
21
22
  dialogExportVisible: false,
22
23
  ChangeRecord: {
23
24
  ChangeRecordVisible: false,
@@ -1089,7 +1090,7 @@ export default {
1089
1090
  expField: expField,
1090
1091
  query: dataTemplateQueryVo,
1091
1092
  }
1092
-
1093
+ this.exportBtnDisabled = true
1093
1094
  let loadingInstance = Loading.service({ fullscreen: true }) //开始
1094
1095
  this.$requestConfig
1095
1096
  .querySqlViewExport(data)