“c37a6805b271a99e0c16a529ccdb5987f198e8cd”上不存在“...evolution/git@gitcode.net:openanolis/dragonwell8_jdk.git”

Auto Commit

上级 205378d0
...@@ -80,11 +80,11 @@ const onSearch = () => { ...@@ -80,11 +80,11 @@ const onSearch = () => {
if (!state.searchValue) { if (!state.searchValue) {
return window.alert('请输入用户id') return window.alert('请输入用户id')
} }
window.localStorage.setItem('csdnUid', state.searchValue)
getCsdnData(state.searchValue) getCsdnData(state.searchValue)
} }
function initFirstData() { function initFirstData() {
// 基于准备好的dom,初始化echarts实例 // 基于准备好的dom,初始化echarts实例
const myChart = echarts.init(document.getElementById('first')); const myChart = echarts.init(document.getElementById('first'));
const option = { const option = {
...@@ -205,6 +205,9 @@ function initFirstData() { ...@@ -205,6 +205,9 @@ function initFirstData() {
<a-input-search v-model:value="state.searchValue" :disabled="state.loading" placeholder="输入用户id" enter-button <a-input-search v-model:value="state.searchValue" :disabled="state.loading" placeholder="输入用户id" enter-button
@search="onSearch" /> @search="onSearch" />
</div> </div>
<div>
<div id="first" style="width:80vw;height:900px;margin: 0 auto"></div>
</div>
<br> <br>
<div> <div>
<a-table :scroll="{ x: 800, y: 600 }" :columns="state.columns" :data-source="state.dataSource" <a-table :scroll="{ x: 800, y: 600 }" :columns="state.columns" :data-source="state.dataSource"
...@@ -218,9 +221,6 @@ function initFirstData() { ...@@ -218,9 +221,6 @@ function initFirstData() {
</template> </template>
</a-table> </a-table>
</div> </div>
<div>
<div id="first" style="width:80vw;height:900px;margin: 0 auto"></div>
</div>
</div> </div>
</template> </template>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册