未符合项整改流程查询bug 标准清单发布流程保存bug
This commit is contained in:
@@ -1031,6 +1031,7 @@ export default {
|
|||||||
//保存事件
|
//保存事件
|
||||||
handleSave() {
|
handleSave() {
|
||||||
this.saveLoading = true;
|
this.saveLoading = true;
|
||||||
|
this.listForm.dataList = this.dataList
|
||||||
this.listForm.fileName = this.fileInfoList
|
this.listForm.fileName = this.fileInfoList
|
||||||
let _formData = new FormData();
|
let _formData = new FormData();
|
||||||
_formData.append("id", this.bpnId || "");
|
_formData.append("id", this.bpnId || "");
|
||||||
|
|||||||
@@ -404,12 +404,6 @@ export default {
|
|||||||
addList() {
|
addList() {
|
||||||
this.loading = true
|
this.loading = true
|
||||||
dicTypeData().then(res => {
|
dicTypeData().then(res => {
|
||||||
if (this.pageNo !== undefined) {
|
|
||||||
this.queryUnqualidiedData.current = this.pageNo
|
|
||||||
}
|
|
||||||
if (this.size !== undefined) {
|
|
||||||
this.queryUnqualidiedData.size = this.size
|
|
||||||
}
|
|
||||||
this.zrbmOptions = res.data.ZRBMCLASS // 责任部门
|
this.zrbmOptions = res.data.ZRBMCLASS // 责任部门
|
||||||
standUnqualified(this.queryUnqualidiedData).then(res => {
|
standUnqualified(this.queryUnqualidiedData).then(res => {
|
||||||
this.unqualidiedData = res.data.records
|
this.unqualidiedData = res.data.records
|
||||||
@@ -631,6 +625,7 @@ export default {
|
|||||||
},
|
},
|
||||||
//未整改项抽屉中的查询按钮
|
//未整改项抽屉中的查询按钮
|
||||||
getTableByPage() {
|
getTableByPage() {
|
||||||
|
this.queryUnqualidiedData.current = 1
|
||||||
this.addList()
|
this.addList()
|
||||||
},
|
},
|
||||||
// 清空 查询条件
|
// 清空 查询条件
|
||||||
@@ -642,12 +637,12 @@ export default {
|
|||||||
},
|
},
|
||||||
// 分页事件
|
// 分页事件
|
||||||
pageChange(page) {
|
pageChange(page) {
|
||||||
this.pageNo = page
|
this.queryUnqualidiedData.current = page
|
||||||
this.getTableByPage()
|
this.addList()
|
||||||
},
|
},
|
||||||
pageSizeChange(pageSize) {
|
pageSizeChange(pageSize) {
|
||||||
this.size = pageSize
|
this.queryUnqualidiedData.size = pageSize
|
||||||
this.getTableByPage(pageSize)
|
this.addList()
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user