Commit 505ed4f2 by liulianglang

字段调整

parent 1966cf9c
......@@ -105,11 +105,11 @@ export default {
},
{
label: "案件类别",
prop: "ajlbdm",
prop: "ajlbdmStr",
},
{
label: "立案日期",
prop: "larq",
prop: "larqStr",
},
{
label: "立案单位",
......@@ -135,7 +135,7 @@ export default {
},
{
label: "立案日期",
prop: "larq",
prop: "larqStr",
},
{
label: "立案单位",
......@@ -183,7 +183,7 @@ export default {
},
doQueryRequest(form, relurl) {
/*post方法*/
let currentUrl = this.$baseUrl.alyIP + "/zdryxx/getAjxxByZjhm";
let currentUrl = this.$baseUrl.alyIP + "/rxbz/getAjxxByZjhm";
return Http({
url: currentUrl,
data: qs.stringify(form),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment