wang_xy 11 ay önce
ebeveyn
işleme
b1f63e0894
2 değiştirilmiş dosya ile 7 ekleme ve 8 silme
  1. 5 6
      api/common.js
  2. 2 2
      pages/statistics/statistics.vue

+ 5 - 6
api/common.js

@@ -66,11 +66,10 @@ export function SubmitMouth(type, param) {
 }
 
 // 碰口工程获取项目名称列表
-export function getProjectName(modeOperation, pageSize, pageNumber) {
+export function getProjectName(modeOperation, pageSize) {
 	const data = {
 		modeOperation,
-		pageSize,
-		pageNumber
+		pageSize
 	}
 	return request({
 		'url': '/zdsz/touchOperationEngineering/list',
@@ -216,7 +215,7 @@ export function getKShistoryList(param) {
 		'data': param
 	})
 }
-//  通过身份查询历史 
+//  通过身份查询历史
 export function gethistoryList(param) {
 
 	return request({
@@ -246,7 +245,7 @@ export function putRoomDetails(id, newPhone) {
 		'data': data
 	})
 }
-//  通过身份证查询房间信息 
+//  通过身份证查询房间信息
 export function getRoomDetailsIDCard(idCard) {
 	const data = {
 		idCard,
@@ -608,4 +607,4 @@ export function getCollisionProjectScheduleDetails(id, type) {
 		'url': '/zdsz/touchOperationEngineering/query/' + id + '/' + type,
 		'method': 'get',
 	})
-}
+}

+ 2 - 2
pages/statistics/statistics.vue

@@ -988,7 +988,7 @@
 					})
 				} else if (type == 'touchOperationEngineering') {
 					this.projectList = null;
-					getProjectName("", 1, 999999).then(res => {
+					getProjectName("", 999999).then(res => {
 						let result = JSON.parse(JSON.stringify(res.rows).replace(/enginName/g, 'name'));
 						this.projectList = result;
 						this.openP = true;
@@ -2328,4 +2328,4 @@
 
 
 	}
-</style>
+</style>