|
@@ -124,7 +124,7 @@
|
|
|
<template #default="scope">
|
|
|
{{
|
|
|
scope.row.record != undefined
|
|
|
- ? scope.row.record.updateTime
|
|
|
+ ? scope.row.record.finishTime
|
|
|
: ""
|
|
|
}}
|
|
|
</template>
|
|
@@ -259,7 +259,7 @@
|
|
|
orderByColumn: "create_time",
|
|
|
companyName: "",
|
|
|
type: 2,
|
|
|
- principal: tenant.versionId !== '4' && !flag.value ? useUserStore().user.userId : null,
|
|
|
+ principal: !flag.value ? useUserStore().user.userId : null,
|
|
|
});
|
|
|
|
|
|
const editStatus = {
|
|
@@ -316,6 +316,7 @@
|
|
|
/** 重置按钮操作 */
|
|
|
function resetQuery() {
|
|
|
proxy.resetForm("queryRef");
|
|
|
+ console.log(activeName);
|
|
|
if (activeName.value != null && activeName.value === 'second') {
|
|
|
queryParams.value.principal = useUserStore().user.userId;
|
|
|
}
|