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