|
|
|
|
@ -482,7 +482,12 @@
|
|
|
|
|
that.form.start_latitude=""
|
|
|
|
|
that.form.end_address=""
|
|
|
|
|
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)
|
|
|
|
|
},
|
|
|
|
|
@ -656,7 +661,9 @@
|
|
|
|
|
number: "equiementList"
|
|
|
|
|
},
|
|
|
|
|
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) {
|
|
|
|
|
that.util.alert(res);
|
|
|
|
|
|