diff --git a/src/views/modules/cabaseinfo/wghSjxxb.vue b/src/views/modules/cabaseinfo/wghSjxxb.vue
index d9721d9b..d3a9c103 100644
--- a/src/views/modules/cabaseinfo/wghSjxxb.vue
+++ b/src/views/modules/cabaseinfo/wghSjxxb.vue
@@ -2,31 +2,31 @@
-
+
-
+
-
+
-
+
@@ -50,54 +50,47 @@
width="50"
>
-
-
-
-
+
+
-
+
-
+
-
+
-
-
-
-
-
+
-
+
- 取 消
+ 取 消
@@ -197,25 +183,24 @@ export default {
data() {
return {
mixinViewModuleOptions: {
- getDataListURL: "/opendata/wghSjxxb/todo/page",
+ getDataListURL: "/opendata/wghSjxx/todo/wghSjxxPage",
getDataListIsPage: true,
deleteURL: "",
deleteIsBatch: true,
},
dataForm: {
- infosourcename: "",
- infotypename: "",
- communityname:"",
- statusname:""
+ wgymc: "",
+ ssjdbq: "",
+ sssqbq:"",
+ hcyj:""
},
detailForm:{
- infosourcename: "",
- infotypename: "",
- communityname:"",
- description:"",
- address:"",
- statusname:"",
- streetname:"",
+ wgymc: "",
+ ssjdbq: "",
+ sssqbq:"",
+ hcyj:"",
+ hcsj:"",
+ sjms:"",
},
optionsG:[],
dialogVisible: false
@@ -224,8 +209,8 @@ export default {
methods:{
getDetailById(row){
this.dialogVisible = true
- this.$http.post(`/opendata/wghSjxxb/sjxx/getDetailById`,{
- taskid:row.row.taskid
+ this.$http.post(`/opendata/wghSjxx/getWghSjxxDetail`,{
+ recid:row.row.recid
}).then(resp => {
this.detailForm = resp.data.data
}).catch(error => {