|
@@ -594,6 +594,10 @@ export default {
|
|
|
this.isSubmit = false;
|
|
|
window.cardData = null;
|
|
|
if (result) {
|
|
|
+ this.cardDetailId = result.cardDetailId;
|
|
|
+ this.cardId = result.cardId;
|
|
|
+ this.$ls.set("cardDetailId", this.cardDetailId);
|
|
|
+ this.$ls.set("cardId", this.cardId);
|
|
|
this.canSave = false;
|
|
|
this.$message.success("提交成功!");
|
|
|
} else {
|