|
@@ -358,7 +358,7 @@ const rules = {
|
|
|
};
|
|
|
const getAdvanceList = () => {
|
|
|
proxy
|
|
|
- .post("/accountRequestFunds/page1", {
|
|
|
+ .post("/accountRequestFunds/page", {
|
|
|
pageNum: 1,
|
|
|
pageSize: 999,
|
|
|
type: "1",
|
|
@@ -436,7 +436,7 @@ const getDict = () => {
|
|
|
});
|
|
|
}
|
|
|
});
|
|
|
- proxy.post("/contract/page", { pageNum: 1, pageSize: 9999, status: 30 }).then((res) => {
|
|
|
+ proxy.post("/contract/page1", { pageNum: 1, pageSize: 9999, status: 30 }).then((res) => {
|
|
|
if (res.data.rows && res.data.rows.length > 0) {
|
|
|
formDetailOption.btnConfig.listConfig[1].data = res.data.rows.map((item) => {
|
|
|
return {
|