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

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

parent 7263d144
......@@ -338,7 +338,7 @@ export default {
.el-tree {
color: white;
background: transparent;
height: calc(100% - 50px);
height: calc(100% - 130px);
margin-top: 10px;
.el-tree-node__content {
......
......@@ -553,7 +553,7 @@ export default {
}
// startLoading();
_this.tableData = [];
_this.total = 0;
// _this.total = 0;
post(
"api/rest/3z/document/queryDoc?pageNum=" +
pageNum +
......@@ -598,7 +598,7 @@ export default {
};
startLoading();
_this.get_files = [];
_this.totals_qw = 0;
// _this.totals_qw = 0;
post(
"api/rest/elastic/searchFiles?pageNum=" +
pageNum +
......@@ -763,7 +763,10 @@ export default {
};
_this.edit_ids = row.id;
_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 () {
// _this.$refs.forms1.resetFields();
// }, 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