This commit is contained in:
parent
8e2381ce29
commit
576f6d11b9
|
|
@ -528,7 +528,9 @@ export default {
|
||||||
dtoList: this.codeTableList,
|
dtoList: this.codeTableList,
|
||||||
typeId: this.queryBindForm.typeId,
|
typeId: this.queryBindForm.typeId,
|
||||||
});
|
});
|
||||||
|
if (res.code == 200) {
|
||||||
|
this.$modal.msgSuccess("绑定成功");
|
||||||
|
}
|
||||||
console.log(res, "编码结果--");
|
console.log(res, "编码结果--");
|
||||||
},
|
},
|
||||||
// 移除
|
// 移除
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue