1.修改上传组件文件查询数量:21
parent
9f00759e09
commit
bb65290daf
|
|
@ -64,7 +64,6 @@ watch(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
console.log(1);
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
init();
|
init();
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="auxiliary-line">
|
<div class="auxiliary-line">
|
||||||
{{ form.data_source }}
|
|
||||||
<el-form :model="form" label-width="70">
|
<el-form :model="form" label-width="70">
|
||||||
<card-container>
|
<card-container>
|
||||||
<div class="mb-20">数据源</div>
|
<div class="mb-20">数据源</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue