|
|
|
@ -221,7 +221,6 @@
|
|
|
|
|
</template>
|
|
|
|
|
</BasicTable>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<a-modal title="提示信息" width="900px" :visible="bcFileFlag" :footer="null" @cancel="bcFileFlag = false">
|
|
|
|
|
<div class="bcfile-title" style="margin-top: 20px">
|
|
|
|
|
<div>
|
|
|
|
@ -239,7 +238,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div v-else>{{ bcFile.msg }}</div>
|
|
|
|
|
</a-modal>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<script lang="ts" setup>
|
|
|
|
|
import { ref, onMounted } from 'vue'
|
|
|
|
@ -410,7 +409,7 @@ const [registerTable, { reload, setLoading, getForm, getSelectRows, setProps }]
|
|
|
|
|
const res: API.DataResult = await GetPageAsync(p)
|
|
|
|
|
return new Promise((resolve) => {
|
|
|
|
|
resolve({
|
|
|
|
|
data: startData, total: res.count
|
|
|
|
|
data: res.data, total: res.count
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|