This commit is contained in:
jjLv 2024-11-15 15:22:57 +08:00
parent 8e2381ce29
commit 576f6d11b9
1 changed files with 3 additions and 1 deletions

View File

@ -528,7 +528,9 @@ export default {
dtoList: this.codeTableList,
typeId: this.queryBindForm.typeId,
});
if (res.code == 200) {
this.$modal.msgSuccess("绑定成功");
}
console.log(res, "编码结果--");
},
//