瀏覽代碼

🐛 feat<报表管理>:数据录入编辑状态问题

xinyan 9 月之前
父節點
當前提交
b60d3372cd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/reportManage/dataCenter/normalDisplay/components/TableDataEntry.vue

+ 1 - 1
src/views/reportManage/dataCenter/normalDisplay/components/TableDataEntry.vue

@@ -254,7 +254,7 @@ const gridOptions = reactive({
     trigger: 'manual',
     mode: 'row',
     showStatus: true,
-
+    autoClear: false,
   },
   day: {
     columns: dayColumns,