zydx-plus 1.32.181 → 1.32.182

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": "zydx-plus",
3
- "version": "1.32.181",
3
+ "version": "1.32.182",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -181,6 +181,10 @@ export default {
181
181
  },
182
182
  // 添加数据
183
183
  addData(v) {
184
+ if(this.empty) {
185
+ this.empty = false
186
+ this.question = []
187
+ }
184
188
  this.question.push({
185
189
  quesType: v.quesType,
186
190
  quesName: v.quesName,
package/src/index.js CHANGED
@@ -77,7 +77,7 @@ function install(app) {
77
77
  }
78
78
 
79
79
  export default {
80
- version: '1.32.181',
80
+ version: '1.32.182',
81
81
  install,
82
82
  Calendar,
83
83
  Message,