|
@@ -10,7 +10,7 @@ Component({
|
|
|
value: []
|
|
|
},
|
|
|
CompletedOrNot: {
|
|
|
- type:Function
|
|
|
+ type: Function
|
|
|
}, //完成与否回调
|
|
|
},
|
|
|
options: {
|
|
@@ -85,6 +85,9 @@ Component({
|
|
|
// console.log("必填总数", sumCount, '已填', count)
|
|
|
this.triggerEvent("CompletedOrNot", sumCount == count)
|
|
|
},
|
|
|
+ getForm() {
|
|
|
+ return this.data.fromList
|
|
|
+ },
|
|
|
/* 提交 */
|
|
|
getData() {
|
|
|
let list = this.data.fromList,
|