master
lion 3 years ago
parent 0c92eeb2a6
commit 0d1ac6abc8

@ -483,6 +483,11 @@
that.form.end_address=""
that.form.end_longitude=""
that.form.end_latitude=""
that.form.ask_content_id=""
that.askName=""
}
if (val[0].value == 1) {
that.loadAskContent()
}
console.log("res", that.form)
},
@ -657,6 +662,8 @@
},
utilSuccess: function(result) {
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);

@ -328,6 +328,8 @@
that.form.address = ""
that.form.latitude = ""
that.form.longitude = ""
that.form.title_id=""
that.askName=""
}
if (val[0].value == 3 || val[0].value == 4) {
that.lawshow = false
@ -355,6 +357,8 @@
},
utilSuccess: function(result) {
that.rainArr.askContentList = result.detail
that.form.title_id = that.rainArr.askContentList[0].id+""
that.askName = that.rainArr.askContentList[0].value
},
utilFail: function(res) {
that.util.alert(res);

Loading…
Cancel
Save