|
|
|
@ -483,6 +483,11 @@
|
|
|
|
that.form.end_address=""
|
|
|
|
that.form.end_address=""
|
|
|
|
that.form.end_longitude=""
|
|
|
|
that.form.end_longitude=""
|
|
|
|
that.form.end_latitude=""
|
|
|
|
that.form.end_latitude=""
|
|
|
|
|
|
|
|
that.form.ask_content_id=""
|
|
|
|
|
|
|
|
that.askName=""
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
if (val[0].value == 1) {
|
|
|
|
|
|
|
|
that.loadAskContent()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
console.log("res", that.form)
|
|
|
|
console.log("res", that.form)
|
|
|
|
},
|
|
|
|
},
|
|
|
|
@ -657,6 +662,8 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
utilSuccess: function(result) {
|
|
|
|
utilSuccess: function(result) {
|
|
|
|
that.rainArr.askContentList = result.detail
|
|
|
|
that.rainArr.askContentList = result.detail
|
|
|
|
|
|
|
|
that.form.ask_content_id = that.rainArr.askContentList[0].id+""
|
|
|
|
|
|
|
|
that.askName = that.rainArr.askContentList[0].value
|
|
|
|
},
|
|
|
|
},
|
|
|
|
utilFail: function(res) {
|
|
|
|
utilFail: function(res) {
|
|
|
|
that.util.alert(res);
|
|
|
|
that.util.alert(res);
|
|
|
|
|