Commit 2a1c433f authored by 高飞's avatar 高飞

修改信息ZP编辑转移后,页面码变化问题

parent 7263d144
...@@ -338,7 +338,7 @@ export default { ...@@ -338,7 +338,7 @@ export default {
.el-tree { .el-tree {
color: white; color: white;
background: transparent; background: transparent;
height: calc(100% - 50px); height: calc(100% - 130px);
margin-top: 10px; margin-top: 10px;
.el-tree-node__content { .el-tree-node__content {
......
...@@ -553,7 +553,7 @@ export default { ...@@ -553,7 +553,7 @@ export default {
} }
// startLoading(); // startLoading();
_this.tableData = []; _this.tableData = [];
_this.total = 0; // _this.total = 0;
post( post(
"api/rest/3z/document/queryDoc?pageNum=" + "api/rest/3z/document/queryDoc?pageNum=" +
pageNum + pageNum +
...@@ -598,7 +598,7 @@ export default { ...@@ -598,7 +598,7 @@ export default {
}; };
startLoading(); startLoading();
_this.get_files = []; _this.get_files = [];
_this.totals_qw = 0; // _this.totals_qw = 0;
post( post(
"api/rest/elastic/searchFiles?pageNum=" + "api/rest/elastic/searchFiles?pageNum=" +
pageNum + pageNum +
...@@ -763,7 +763,10 @@ export default { ...@@ -763,7 +763,10 @@ export default {
}; };
_this.edit_ids = row.id; _this.edit_ids = row.id;
_this.centerDialogVisible_edit = true; _this.centerDialogVisible_edit = true;
_this.$refs.forms1.resetFields(); if (_this.$refs.forms1 && _this.$refs.forms1.resetFields) {
_this.$refs.forms1.resetFields();
}
// _this.$refs.forms1.resetFields();
// setTimeout(function () { // setTimeout(function () {
// _this.$refs.forms1.resetFields(); // _this.$refs.forms1.resetFields();
// }, 200) // }, 200)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment