This website works better with JavaScript.
首頁
探索
說明
註冊
登入
zhangzl
/
nsgk_mobile
關註
2
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
task 土地确权 承包方整户状态
rongxin_test
QI_YUJIE
11 月之前
父節點
336afae336
當前提交
c3cf55d86f
共有
2 個文件被更改
,包括
2 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/views/contracted/village/contractor/contractorFamily.vue
+1
-1
src/views/contracted/village/contractor/contractorLand.vue
+ 1
- 1
src/views/contracted/village/contractor/contractorFamily.vue
查看文件
@@ -120,7 +120,7 @@
});
},
getContractorList() {
listCbf({deptId: this.$route.params.deptId}).then(response => {
listCbf({deptId: this.$route.params.deptId
, householdStatus: '1'
}).then(response => {
this.contractorList = response.rows;
});
},
+ 1
- 1
src/views/contracted/village/contractor/contractorLand.vue
查看文件
@@ -122,7 +122,7 @@
});
},
getContractorList() {
listCbf({deptId: this.$route.params.deptId}).then(response => {
listCbf({deptId: this.$route.params.deptId
, householdStatus: '1'
}).then(response => {
this.contractorList = response.rows;
});
},
Write
Preview
Loading…
取消
儲存