Browse Source

👣 修复致命错误

master
wangxiang 3 years ago
parent
commit
a2500dc3bd
  1. 2
      kicc-ui/src/views/system/config/index.vue

2
kicc-ui/src/views/system/config/index.vue

@ -277,7 +277,7 @@ @@ -277,7 +277,7 @@
scroll: unref(getScrollRef),
rowClassName: unref(getRowClassName),
rowSelection: unref(getRowSelectionRef),
pagination: toRaw(unref(getPaginationInfo)),
pagination: toRaw(unref(getPaginationInfo))
};
return propsData;
});

Loading…
Cancel
Save