提交修试管理bug
This commit is contained in:
parent
b0234660cb
commit
8672cf565d
|
|
@ -587,6 +587,9 @@ export default {
|
||||||
let params = {
|
let params = {
|
||||||
taskId: this.rowObj.taskId,
|
taskId: this.rowObj.taskId,
|
||||||
pageNum: this.dialogQueryParams.pageNum,
|
pageNum: this.dialogQueryParams.pageNum,
|
||||||
|
keyword: this.dialogQueryParams.keyword,
|
||||||
|
typeName: this.dialogQueryParams.typeName,
|
||||||
|
type: this.dialogQueryParams.type,
|
||||||
pageSize: this.dialogQueryParams.pageSize,
|
pageSize: this.dialogQueryParams.pageSize,
|
||||||
}
|
}
|
||||||
// this.loading = true;
|
// this.loading = true;
|
||||||
|
|
@ -622,7 +625,7 @@ export default {
|
||||||
onClose() {
|
onClose() {
|
||||||
this.open = false
|
this.open = false
|
||||||
this.queryParams.type = ''
|
this.queryParams.type = ''
|
||||||
this.resetQueryDialog()
|
// this.resetQueryDialog()
|
||||||
this.getList()
|
this.getList()
|
||||||
},
|
},
|
||||||
resetQueryDialog() {
|
resetQueryDialog() {
|
||||||
|
|
@ -630,6 +633,9 @@ export default {
|
||||||
this.resetForm("dialogQueryParams");
|
this.resetForm("dialogQueryParams");
|
||||||
this.$refs.mychildDialog.clearSelect();
|
this.$refs.mychildDialog.clearSelect();
|
||||||
this.$refs.mychildDialogTwo.clearSelect();
|
this.$refs.mychildDialogTwo.clearSelect();
|
||||||
|
this.dialogQueryParams.pageNum = 1
|
||||||
|
this.dialogQueryParams.pageSize = 10
|
||||||
|
this.getdialogList()
|
||||||
},
|
},
|
||||||
selectDrop(value) {
|
selectDrop(value) {
|
||||||
this.queryParams.type = value
|
this.queryParams.type = value
|
||||||
|
|
@ -657,6 +663,7 @@ export default {
|
||||||
/** 重置按钮操作 */
|
/** 重置按钮操作 */
|
||||||
resetQuery() {
|
resetQuery() {
|
||||||
this.dateRange = [];
|
this.dateRange = [];
|
||||||
|
this.queryParams.keyword = ''
|
||||||
this.resetForm("queryForm");
|
this.resetForm("queryForm");
|
||||||
this.$refs.mychildSon.inputValue = '';
|
this.$refs.mychildSon.inputValue = '';
|
||||||
this.queryParams.type = ''
|
this.queryParams.type = ''
|
||||||
|
|
|
||||||
|
|
@ -126,7 +126,7 @@
|
||||||
plain
|
plain
|
||||||
icon="el-icon-plus"
|
icon="el-icon-plus"
|
||||||
size="mini"
|
size="mini"
|
||||||
:disabled="!checkResultOne&&multiple"
|
:disabled="!checkResultOne && multiple"
|
||||||
@click="checkClick"
|
@click="checkClick"
|
||||||
>批量审核</el-button
|
>批量审核</el-button
|
||||||
>
|
>
|
||||||
|
|
@ -585,6 +585,9 @@ export default {
|
||||||
let params = {
|
let params = {
|
||||||
taskId: this.rowObj.taskId,
|
taskId: this.rowObj.taskId,
|
||||||
pageNum: this.dialogQueryParams.pageNum,
|
pageNum: this.dialogQueryParams.pageNum,
|
||||||
|
keyword: this.dialogQueryParams.keyword,
|
||||||
|
typeName: this.dialogQueryParams.typeName,
|
||||||
|
type: this.dialogQueryParams.type,
|
||||||
pageSize: this.dialogQueryParams.pageSize,
|
pageSize: this.dialogQueryParams.pageSize,
|
||||||
}
|
}
|
||||||
// this.loading = true;
|
// this.loading = true;
|
||||||
|
|
@ -620,7 +623,7 @@ export default {
|
||||||
onClose() {
|
onClose() {
|
||||||
this.open = false
|
this.open = false
|
||||||
this.queryParams.type = ''
|
this.queryParams.type = ''
|
||||||
this.resetQueryDialog()
|
// this.resetQueryDialog()
|
||||||
this.getList()
|
this.getList()
|
||||||
},
|
},
|
||||||
resetQueryDialog() {
|
resetQueryDialog() {
|
||||||
|
|
@ -628,6 +631,9 @@ export default {
|
||||||
this.resetForm("dialogQueryParams");
|
this.resetForm("dialogQueryParams");
|
||||||
this.$refs.mychildDialog.clearSelect();
|
this.$refs.mychildDialog.clearSelect();
|
||||||
this.$refs.mychildDialogTwo.clearSelect();
|
this.$refs.mychildDialogTwo.clearSelect();
|
||||||
|
this.dialogQueryParams.pageNum = 1
|
||||||
|
this.dialogQueryParams.pageSize = 10
|
||||||
|
this.getdialogList()
|
||||||
},
|
},
|
||||||
selectDrop(value) {
|
selectDrop(value) {
|
||||||
this.queryParams.type = value
|
this.queryParams.type = value
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue