喷码机

This commit is contained in:
xielue 2023-09-28 18:51:58 +08:00
parent 251278d9a8
commit 0ec8b757a5
2 changed files with 6 additions and 1 deletions

View File

@ -91,6 +91,8 @@ export default {
} else {
this.$mk.success(a.message || "操作成功");
}
this.$emit("callback", {});
});
},

View File

@ -470,7 +470,10 @@ export default {
title: "完工",
pageOptions: item1,
width: 500,
height: 200
height: 200,
callback:()=>{
this.sequanceDataInit();
}
});
},
print(row) { //