|
|
@@ -850,7 +850,7 @@ const initTableData = () => {
|
|
|
};
|
|
|
console.log("form", data);
|
|
|
data = JSON.stringify(data);
|
|
|
- fuYouRequest(data).then(res => {
|
|
|
+ fuYouRequest(data,'getData').then(res => {
|
|
|
// console.log("孕妇产后访视get", res)
|
|
|
if (res.result === "success") {
|
|
|
tableData.length = 0;
|