|
@@ -147,7 +147,7 @@
|
|
|
}
|
|
|
|
|
|
async function getSysDataSource() {
|
|
|
- const res = await getTableList({ strtype: 'dedustfan_normal', pagetype: 'normal' });
|
|
|
+ const res = await getTableList({ strtype: 'sys_surface_juejin', pagetype: 'normal' });
|
|
|
if (!options.value && res) {
|
|
|
// 初始时选择第一条数据
|
|
|
options.value = res.records || [];
|