This commit is contained in:
lcw
2025-12-10 10:18:14 +08:00
parent b39387c4ed
commit ab73675b23
78 changed files with 385 additions and 230 deletions

View File

@ -338,7 +338,7 @@ const submit = (formEl) => {
}
const fromData = ref()
const fromData = ref([])
const getyjxxDawsGetPageList = () => {
yjxxDawsGetPageList({ yjid: props.dataList.id }).then((res) => {
fromData.value = res ? res : []