Browse Source

2024.10.15 文档收集系统 - 文档版本V20240929

java8
yuejiayang 1 year ago
parent
commit
e407c387ac
  1. 7
      src/views/modules/eam/eamProjectInfo.vue

7
src/views/modules/eam/eamProjectInfo.vue

@ -894,7 +894,6 @@ import {searchBusinessInfo7} from "../../../api/factory/site";
tagNo:'',
fileName:'',
folder: 'projectConfirm',
selectTypeFlag: [],
searchData: {
site: this.$store.state.user.site,
userName: this.$store.state.user.name,
@ -2670,7 +2669,6 @@ import {searchBusinessInfo7} from "../../../api/factory/site";
//
getDataList (params) {
this.selectTypeFlag = params
this.searchData.limit = this.pageSize
this.searchData.page = this.pageIndex
if (params !== null && params !== undefined) {
@ -2803,12 +2801,12 @@ import {searchBusinessInfo7} from "../../../api/factory/site";
sizeChangeHandle (val) {
this.pageSize = val
this.pageIndex = 1
this.getDataList(this.selectTypeFlag)
this.getDataList()
},
//
currentChangeHandle (val) {
this.pageIndex = val
this.getDataList(this.selectTypeFlag)
this.getDataList()
},
addModal () {
@ -3081,7 +3079,6 @@ import {searchBusinessInfo7} from "../../../api/factory/site";
priority: this.modalData.priority,
testPartNo: 'P000000',
partDesc: '无物料',
partType: 'Active',
}
eamProjectInfoSave(this.modalData).then(({data}) => {
if (data && data.code === '0') {

Loading…
Cancel
Save