src/stores/grid.js
@@ -16,7 +16,7 @@ * @returns {Boolean} */ function _checkGridExist() { return selectedGrid.value != undefined; return selectedGrid.value.gId != undefined; } /**数据增删**************************************************************/