2023年6月20日 修复问题

This commit is contained in:
bai 2023-06-20 04:01:09 +08:00
parent 4ac58969ba
commit 288f4f6041
2 changed files with 4 additions and 3 deletions

View File

@ -81,7 +81,8 @@
{{ text }} {{ text }}
</template> </template>
<template v-else> <template v-else>
<a @click="openKetangView(record)">{{ text }}</a> {{ text }}
<!-- <a @click="openKetangView(record)">{{ text }}</a> -->
</template> </template>
</template> </template>
<!--省市区字段回显插槽--> <!--省市区字段回显插槽-->

View File

@ -23,7 +23,7 @@
const toggleSearchStatus = ref<boolean>(false); const toggleSearchStatus = ref<boolean>(false);
const registerModal = ref(); const registerModal = ref();
const list = (params) => defHttp.get({ url: '/qa/kcEvaluation/keTangList', params }); const list = (params) => defHttp.get({ url: '/kcTingke/kcTingke/keTangList', params });
const columns: BasicColumn[] = [ const columns: BasicColumn[] = [
{ {
@ -126,7 +126,7 @@
queryParam.value = {}; queryParam.value = {};
selectedRowKeys.value = []; selectedRowKeys.value = [];
queryParam.value.upuserid = record.jgh queryParam.value.userid = record.jgh
queryParam.value.xnxq = record.xnxq queryParam.value.xnxq = record.xnxq
reload(); reload();
} }