agilebuilder-ui 1.0.78 → 1.0.80

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": "agilebuilder-ui",
3
- "version": "1.0.78",
3
+ "version": "1.0.80",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "main": "./lib/super-ui.js",
@@ -399,7 +399,7 @@ function exportListData(
399
399
  // 获得文件中心/导出任务菜单的路由地址
400
400
  function getDcExportPageUrl() {
401
401
  let exportPageUrl
402
- const baseAPI = Vue.prototype.baseAPI
402
+ const baseAPI = window.$vueApp.config.globalProperties.baseAPI
403
403
  if (baseAPI) {
404
404
  // 获得平台的域名和端口
405
405
  const baseUrls = baseAPI.split('/')
@@ -577,6 +577,8 @@ export default {
577
577
  },
578
578
  fetchData(searchParam, isSearch) {
579
579
  return new Promise((resolve, reject) => {
580
+ // 刷新页面数据时,把选中集合清空
581
+ this.clearSelections()
580
582
  // 获得各属性对应的字段配置
581
583
  this.getPropColumns()
582
584
  this.isLoading = true