周五定时更新

This commit is contained in:
2025-10-31 14:09:58 +08:00
parent a60603acd0
commit a2fc94b402
28 changed files with 830 additions and 265 deletions

View File

@@ -916,7 +916,13 @@ export default {
const res = await addSingleOrBatchMachine(payload)
if (res && (res.code === 0 || res.code === 200)) {
this.$message.success('添加成功')
this.$message({
message: '添加成功',
duration: 3000,
showClose: true,
type: 'success'
})
this.confirmVisible = false
this.$router.back()
}