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 @@
scroll: unref(getScrollRef), scroll: unref(getScrollRef),
rowClassName: unref(getRowClassName), rowClassName: unref(getRowClassName),
rowSelection: unref(getRowSelectionRef), rowSelection: unref(getRowSelectionRef),
pagination: toRaw(unref(getPaginationInfo)), pagination: toRaw(unref(getPaginationInfo))
}; };
return propsData; return propsData;
}); });

Loading…
Cancel
Save