设备退运工作流完成

This commit is contained in:
2024-05-14 15:21:37 +08:00
parent 1075b33aa6
commit 174e50d784
7 changed files with 388 additions and 278 deletions

View File

@@ -46,11 +46,7 @@ const { push } = useRouter()
const TableHeaderRef = ref()
const tableRef = ref()
const interferenceType = dictData.getBasicData('Interference_Source')
const areaOptionList = dictData.getBasicData('jibei_area')
const istatusList = dictData.getBasicData('On-network_Status')
const addRef = ref()
const AuditRef = ref()
const ruleFormRef = ref()
@@ -147,10 +143,10 @@ const addForms = ref()
const addFormModel = () => {
show.value=true
setTimeout(() => {
addForms.value.open()
}, 0);
}
// 导出