vue2-client 1.8.14 → 1.8.15

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/CHANGELOG.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Change Log
2
2
  > 所有关于本项目的变化都在该文档里。
3
3
 
4
- **1.8.14 -2023-11-23 @江超**
4
+ **1.8.14 - 1.8.15 -2023-11-23 @江超**
5
5
  - 完善导入功能的返回值
6
6
 
7
7
  **1.8.13 -2023-11-21 @张振宇**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.8.14",
3
+ "version": "1.8.15",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -831,7 +831,7 @@ export default {
831
831
  if (newVal.includes('mixinTableName')) {
832
832
  this.item.key = '_mixinTableName_'
833
833
  this.dataModeArrayData = ['queryForm', 'mixinTableName']
834
- } else {
834
+ } else if (this.item.key === '_mixinTableName_') {
835
835
  this.item.key = ''
836
836
  }
837
837
  if (newVal.includes('group')) {