cloud-web-corejs 1.0.136 → 1.0.137

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,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.136",
4
+ "version": "1.0.137",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -118,6 +118,7 @@
118
118
  :visiable.sync="showUserDialog1"
119
119
  @confirm="confirmUserDialog1"
120
120
  :multi="false"
121
+ :param="{ enabled: null }"
121
122
  />
122
123
  <userDialog
123
124
  v-if="showUserDialog2"
@@ -112,6 +112,7 @@
112
112
  :visiable.sync="showUserDialog1"
113
113
  @confirm="confirmUserDialog1"
114
114
  :multi="false"
115
+ :param="{ enabled: null }"
115
116
  />
116
117
  <userDialog
117
118
  v-if="showUserDialog2"