接口url变更对应对应修正 ,采购入库画面提交 up by dh
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user