接口url变更对应对应修正 ,采购入库画面提交 up by dh

This commit is contained in:
duhe
2025-03-18 18:10:32 +08:00
parent f4f7ca21fe
commit d8f16b1b51
13 changed files with 2335 additions and 571 deletions

View File

@@ -522,7 +522,7 @@ const data = reactive({
const { queryParams, form, rules } = toRefs(data);
/** 挂号收费查询下拉树结构 */
function getregistrationfeeTypeList() {
function getRegistrationfeeTypeList() {
getInit().then((response) => {
console.log(response, "response");
activeFlagOptions.value = response.data.activeFlagOptions; // 活动标记
@@ -842,7 +842,7 @@ const transformFormEditData = (form) => {
},
};
};
getregistrationfeeTypeList();
getRegistrationfeeTypeList();
getDeptTree();
getLocationTree();
getList();