jufubao-forms 1.0.2 → 1.0.3

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": "jufubao-forms",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "private": false,
5
5
  "description": "聚福宝表单业务插件库",
6
6
  "main": "index.js",
@@ -138,7 +138,7 @@
138
138
  mainColorAlpha: "",
139
139
  formList: [],
140
140
 
141
- curIndex: 0,
141
+ curIndex: '',
142
142
  //todo
143
143
 
144
144
  qaResultPath: "",
@@ -266,6 +266,7 @@
266
266
  this.formList = res.list;
267
267
  this.formName = res.form_name;
268
268
  this.err_msg = res.message;
269
+ this.curIndex = 0
269
270
  if(res.message){
270
271
  this.form_status = "error";
271
272
  return;
@@ -351,6 +352,8 @@
351
352
  }
352
353
  },
353
354
  handleCheck(radio){
355
+ console.log(this.qaValue,'ppppp');
356
+
354
357
  let field_type = this.curQA.field_type;
355
358
 
356
359
  if(field_type == 'radio'){