普测计划

This commit is contained in:
2024-06-03 19:29:07 +08:00
parent 4322a76f25
commit 0e61d6a6db
5 changed files with 69 additions and 75 deletions

View File

@@ -4,7 +4,7 @@
<el-button icon="el-icon-Plus" type="primary" @click="add">新增计划</el-button>
<!-- <el-button icon="el-icon-Download" type="primary" @click="exportFn">导出</el-button> -->
</template>
</TableHeader ref="tableRef">
</TableHeader>
<Table ref="tableRef" />
<!-- 新增 -->
<planTest ref="planTestRef" @onsubmit="tableStore.index()" />
@@ -50,9 +50,8 @@ const TableHeaderRef = ref()
const auditList:any = ref([])
const auditUser = ref('')
const ruleFormRef = ref()
const tableStore = new TableStore({
url: '/supervision-boot/generalSurvey/getSurvey',
url: '/supervision-boot/surveyTest/surveyTestPage',
publicHeight: 65,
method: 'POST',
column: [
@@ -258,6 +257,7 @@ const handleAudit = (instanceId: any) => {
// 取消
onMounted(() => {
TableHeaderRef.value.setInterval(1)
tableStore.index()
getUserByRoleType(3).then(res => {
auditList.value = res.data