|
@@ -358,7 +358,7 @@ const rules = {
|
|
|
};
|
|
|
const getAdvanceList = () => {
|
|
|
proxy
|
|
|
- .post("/accountRequestFunds/page", {
|
|
|
+ .post("/accountRequestFunds/page1", {
|
|
|
pageNum: 1,
|
|
|
pageSize: 999,
|
|
|
type: "1",
|
|
@@ -484,9 +484,7 @@ const handleSubmit = async () => {
|
|
|
watch(
|
|
|
props.queryData,
|
|
|
() => {
|
|
|
- console.log(props.queryData,'111');
|
|
|
if (props.queryData && [10, 20, 30].includes(route.query.processType)) {
|
|
|
- console.log(props.queryData);
|
|
|
for (const key in props.queryData) {
|
|
|
formData.data[key] = props.queryData[key];
|
|
|
}
|