把资料库产色的几个文件提交,汇出挂单功能的数据,状态数据要有才能运行

This commit is contained in:
2025-09-12 13:48:04 +08:00
parent 0b0ddc82bd
commit 4419dfff64
12 changed files with 667 additions and 231 deletions

View File

@@ -92,7 +92,7 @@
})
}).catch((error) => {
this.$refs.messageModal.open({
message: '取消失敗'
message: error.response?.data || '取消失敗'
})
})
}