Merge branch 'develop' into 'FOTON'
Develop See merge request LAWS/laws-system-front-FOTON!324
This commit is contained in:
@@ -344,7 +344,6 @@ export default {
|
|||||||
const idArr = id ? id.split(',') : []
|
const idArr = id ? id.split(',') : []
|
||||||
const name = item.name
|
const name = item.name
|
||||||
const nameArr = name ? name.split(',') : []
|
const nameArr = name ? name.split(',') : []
|
||||||
debugger
|
|
||||||
const userList = id.map((item, index) => {
|
const userList = id.map((item, index) => {
|
||||||
return {
|
return {
|
||||||
id: item,
|
id: item,
|
||||||
|
|||||||
@@ -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()
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
-2
@@ -4253,8 +4253,6 @@ export default {
|
|||||||
this.sarBussionessSearch.pageSize = this.$store.getters.userInfo.configContent
|
this.sarBussionessSearch.pageSize = this.$store.getters.userInfo.configContent
|
||||||
const data = item || this.sarBussionessSearch
|
const data = item || this.sarBussionessSearch
|
||||||
const formData = {...data}
|
const formData = {...data}
|
||||||
console.log(item)
|
|
||||||
debugger
|
|
||||||
if (!item) {
|
if (!item) {
|
||||||
formData.menuId = this.sarBussionessSearch.menuId
|
formData.menuId = this.sarBussionessSearch.menuId
|
||||||
formData.treeType = this.sarBussionessSearch.treeType
|
formData.treeType = this.sarBussionessSearch.treeType
|
||||||
|
|||||||
Reference in New Issue
Block a user