|
@@ -20,8 +20,7 @@ $(function () {
|
|
|
for (let array of divideDrugMap) {
|
|
|
ypBaseYfVos.push(array[1]);
|
|
|
}
|
|
|
- console.log(ypBaseYfVos);
|
|
|
- /*$.ajax({
|
|
|
+ $.ajax({
|
|
|
type: "POST",
|
|
|
url: '/thmz/saveYfDivide',
|
|
|
contentType: "application/json;charset=UTF-8",
|
|
@@ -42,7 +41,7 @@ $(function () {
|
|
|
errorMesage(res);
|
|
|
}
|
|
|
}
|
|
|
- });*/
|
|
|
+ });
|
|
|
});
|
|
|
});
|
|
|
|