修复编辑取消问题
This commit is contained in:
@@ -144,6 +144,7 @@ export default {
|
|||||||
});
|
});
|
||||||
$(".js-cancel").click(function () {
|
$(".js-cancel").click(function () {
|
||||||
$this.disableTableInfo();
|
$this.disableTableInfo();
|
||||||
|
$this.getTableInfo();
|
||||||
$this.renderTableInfo();
|
$this.renderTableInfo();
|
||||||
});
|
});
|
||||||
$("#addCancel").click(function () {
|
$("#addCancel").click(function () {
|
||||||
@@ -197,7 +198,7 @@ export default {
|
|||||||
this.items.splice(i, 1);
|
this.items.splice(i, 1);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user