|
@@ -147,13 +147,13 @@
|
|
v-hasPermi="['zdsz:engineeringDangerous:remove']"
|
|
v-hasPermi="['zdsz:engineeringDangerous:remove']"
|
|
>删除
|
|
>删除
|
|
</el-button>
|
|
</el-button>
|
|
-<!-- <el-button-->
|
|
|
|
-<!-- size="mini"-->
|
|
|
|
-<!-- type="text"-->
|
|
|
|
-<!-- icon="el-icon-edit"-->
|
|
|
|
-<!-- @click="addNewPipe(scope.row)"-->
|
|
|
|
-<!-- >新增顶管工程-->
|
|
|
|
-<!-- </el-button>-->
|
|
|
|
|
|
+ <!-- <el-button-->
|
|
|
|
+ <!-- size="mini"-->
|
|
|
|
+ <!-- type="text"-->
|
|
|
|
+ <!-- icon="el-icon-edit"-->
|
|
|
|
+ <!-- @click="addNewPipe(scope.row)"-->
|
|
|
|
+ <!-- >新增顶管工程-->
|
|
|
|
+ <!-- </el-button>-->
|
|
<!-- <el-button
|
|
<!-- <el-button
|
|
type="text"
|
|
type="text"
|
|
icon="el-icon-edit"
|
|
icon="el-icon-edit"
|
|
@@ -384,19 +384,19 @@
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
-<!-- <el-row>-->
|
|
|
|
-<!-- <el-col :span="24">-->
|
|
|
|
-<!-- <el-form-item label="备注" prop="remark" style="width: 42.7%;">-->
|
|
|
|
-<!-- <el-input-->
|
|
|
|
-<!-- v-model="form.remark"-->
|
|
|
|
-<!-- type="textarea"-->
|
|
|
|
-<!-- placeholder="请输入内容"-->
|
|
|
|
-<!-- class="remark_input"-->
|
|
|
|
-<!-- maxlength="200"-->
|
|
|
|
-<!-- />-->
|
|
|
|
-<!-- </el-form-item>-->
|
|
|
|
-<!-- </el-col>-->
|
|
|
|
-<!-- </el-row>-->
|
|
|
|
|
|
+ <!-- <el-row>-->
|
|
|
|
+ <!-- <el-col :span="24">-->
|
|
|
|
+ <!-- <el-form-item label="备注" prop="remark" style="width: 42.7%;">-->
|
|
|
|
+ <!-- <el-input-->
|
|
|
|
+ <!-- v-model="form.remark"-->
|
|
|
|
+ <!-- type="textarea"-->
|
|
|
|
+ <!-- placeholder="请输入内容"-->
|
|
|
|
+ <!-- class="remark_input"-->
|
|
|
|
+ <!-- maxlength="200"-->
|
|
|
|
+ <!-- />-->
|
|
|
|
+ <!-- </el-form-item>-->
|
|
|
|
+ <!-- </el-col>-->
|
|
|
|
+ <!-- </el-row>-->
|
|
<el-row :gutter="20">
|
|
<el-row :gutter="20">
|
|
<el-col :span="24">
|
|
<el-col :span="24">
|
|
<el-form-item label="附件" prop="files" v-if="form.id">
|
|
<el-form-item label="附件" prop="files" v-if="form.id">
|
|
@@ -472,7 +472,7 @@ export default {
|
|
// 查询参数
|
|
// 查询参数
|
|
queryParams: {
|
|
queryParams: {
|
|
pics: [],
|
|
pics: [],
|
|
- pageNum: 0,
|
|
|
|
|
|
+ pageNum: 1,
|
|
pageSize: 10,
|
|
pageSize: 10,
|
|
basicInformation: undefined,
|
|
basicInformation: undefined,
|
|
enginName: undefined,
|
|
enginName: undefined,
|
|
@@ -757,7 +757,7 @@ export default {
|
|
},
|
|
},
|
|
/** 搜索按钮操作 */
|
|
/** 搜索按钮操作 */
|
|
handleQuery() {
|
|
handleQuery() {
|
|
- this.queryParams.pageNum = 0;
|
|
|
|
|
|
+ this.queryParams.pageNum = 1;
|
|
this.getList();
|
|
this.getList();
|
|
},
|
|
},
|
|
/** 重置按钮操作 */
|
|
/** 重置按钮操作 */
|