@@ -87,6 +87,7 @@ export default {
// 提示或者显示信息
tips:{
fileTips: '只能上传图片文件!',
+ synSuccess: '刀具同步成功'
}
@@ -294,7 +294,7 @@
const res = response.data
if (res.isSuccess) {
this.$message({
- message: this.$t("tips.deleteSuccess"),
+ message: this.$t("cuttingTool.tips.synSuccess"),
type: "success"
})
this.search()