|
@@ -2039,6 +2039,17 @@ Page({
|
|
|
})
|
|
|
}
|
|
|
},
|
|
|
+ tab1Change24_1:function(e){
|
|
|
+ let Info = 'oldInfo[' + this.data.activeIndex + '].demandExt'
|
|
|
+ this.setData({
|
|
|
+ [Info]: e.detail.value
|
|
|
+ })
|
|
|
+ this.SubmitOldmanInfo({
|
|
|
+ id: this.data.nameArr[this.data.activeIndex]._id,
|
|
|
+ demandExt: e.detail.value
|
|
|
+ })
|
|
|
+
|
|
|
+ },
|
|
|
tab1change25: function (e) {
|
|
|
if (e.detail.value == null || e.detail.value == '') {
|
|
|
this.setData({
|