提交修试管理bug

This commit is contained in:
zhouxain01 2023-12-25 11:29:19 +08:00
parent b0234660cb
commit 8672cf565d
2 changed files with 16 additions and 3 deletions

View File

@ -587,6 +587,9 @@ export default {
let params = {
taskId: this.rowObj.taskId,
pageNum: this.dialogQueryParams.pageNum,
keyword: this.dialogQueryParams.keyword,
typeName: this.dialogQueryParams.typeName,
type: this.dialogQueryParams.type,
pageSize: this.dialogQueryParams.pageSize,
}
// this.loading = true;
@ -622,7 +625,7 @@ export default {
onClose() {
this.open = false
this.queryParams.type = ''
this.resetQueryDialog()
// this.resetQueryDialog()
this.getList()
},
resetQueryDialog() {
@ -630,6 +633,9 @@ export default {
this.resetForm("dialogQueryParams");
this.$refs.mychildDialog.clearSelect();
this.$refs.mychildDialogTwo.clearSelect();
this.dialogQueryParams.pageNum = 1
this.dialogQueryParams.pageSize = 10
this.getdialogList()
},
selectDrop(value) {
this.queryParams.type = value
@ -657,6 +663,7 @@ export default {
/** 重置按钮操作 */
resetQuery() {
this.dateRange = [];
this.queryParams.keyword = ''
this.resetForm("queryForm");
this.$refs.mychildSon.inputValue = '';
this.queryParams.type = ''

View File

@ -585,6 +585,9 @@ export default {
let params = {
taskId: this.rowObj.taskId,
pageNum: this.dialogQueryParams.pageNum,
keyword: this.dialogQueryParams.keyword,
typeName: this.dialogQueryParams.typeName,
type: this.dialogQueryParams.type,
pageSize: this.dialogQueryParams.pageSize,
}
// this.loading = true;
@ -620,7 +623,7 @@ export default {
onClose() {
this.open = false
this.queryParams.type = ''
this.resetQueryDialog()
// this.resetQueryDialog()
this.getList()
},
resetQueryDialog() {
@ -628,6 +631,9 @@ export default {
this.resetForm("dialogQueryParams");
this.$refs.mychildDialog.clearSelect();
this.$refs.mychildDialogTwo.clearSelect();
this.dialogQueryParams.pageNum = 1
this.dialogQueryParams.pageSize = 10
this.getdialogList()
},
selectDrop(value) {
this.queryParams.type = value