义务人类型
Showing
2 changed files
with
20 additions
and
2 deletions
| ... | @@ -33,4 +33,22 @@ export function deleteSfmx (bsmSf) { | ... | @@ -33,4 +33,22 @@ export function deleteSfmx (bsmSf) { |
| 33 | bsmSf: bsmSf | 33 | bsmSf: bsmSf |
| 34 | } | 34 | } |
| 35 | }) | 35 | }) |
| 36 | } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 36 | } | ||
| 37 | |||
| 38 | export function getDlxxByBsmSldy (bsmSldy) { | ||
| 39 | return request({ | ||
| 40 | url: SERVER.SERVERAPI + '/rest/ywbl/dlxx/getDlxxByBsmSldy', | ||
| 41 | method: 'get', | ||
| 42 | params: { | ||
| 43 | bsmSldy: bsmSldy | ||
| 44 | } | ||
| 45 | }) | ||
| 46 | } | ||
| 47 | |||
| 48 | export function saveOrUpdateDlxx (data) { | ||
| 49 | return request({ | ||
| 50 | url: SERVER.SERVERAPI + '/rest/ywbl/dlxx/saveOrUpdateDlxx', | ||
| 51 | method: 'post', | ||
| 52 | data | ||
| 53 | }) | ||
| 54 | } | ... | ... |
| ... | @@ -779,7 +779,7 @@ class data extends filter { | ... | @@ -779,7 +779,7 @@ class data extends filter { |
| 779 | label: "债务履行期限(债务确定期间)", | 779 | label: "债务履行期限(债务确定期间)", |
| 780 | }, | 780 | }, |
| 781 | { | 781 | { |
| 782 | prop: "zgzqqdsshse", | 782 | prop: "zgzqqdss", |
| 783 | label: "最高债权确定事实和数额", | 783 | label: "最高债权确定事实和数额", |
| 784 | }, | 784 | }, |
| 785 | { | 785 | { | ... | ... |
-
Please register or sign in to post a comment