评估题目

This commit is contained in:
zhangyc
2022-12-18 23:11:15 +08:00
parent 1922a0a5df
commit 68686f6e95
3 changed files with 21232 additions and 21188 deletions

View File

@@ -164,6 +164,10 @@
</a-modal>
<!--操作弹窗 -->
</div>
<!-- 加载动画 -->
<div class="aeLoading" :style="{ display: addLoading ? 'flex' : 'none' }">
<a-spin :spinning="addLoading" tip="" />
</div>
</template>
<script>
import { reactive, toRefs, onMounted, ref } from "vue";
@@ -186,6 +190,7 @@ export default {
setup() {
const router = useRouter();
const state = reactive({
addLoading: false,
// projectNameList: [
// {
// id: 1,
@@ -383,6 +388,7 @@ export default {
const getTableDate = async () => {
// let data = state.tableData;
state.addLoading = true;
let startTime,
endTime = "";
if (state.projectTime) {
@@ -419,6 +425,7 @@ export default {
},
true
);
state.addLoading = false;
data.map((value) => {
{
//单层项目