master
lion 3 years ago
parent 0c92eeb2a6
commit 0d1ac6abc8

@ -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);

@ -327,7 +327,9 @@
that.formshow = false
that.form.address = ""
that.form.latitude = ""
that.form.longitude = ""
that.form.longitude = ""
that.form.title_id=""
that.askName=""
}
if (val[0].value == 3 || val[0].value == 4) {
that.lawshow = false
@ -354,7 +356,9 @@
number: "maintainContent" + "_" + that.form.type
},
utilSuccess: function(result) {
that.rainArr.askContentList = result.detail
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