Commit 6df79890 authored by 军师中郎将's avatar 军师中郎将

管道信息新增,前端报错问题处理。

parent a81be7d3
...@@ -516,7 +516,8 @@ export default { ...@@ -516,7 +516,8 @@ export default {
selectTEnterprise().then(response => { selectTEnterprise().then(response => {
this.test = response.data; this.test = response.data;
}); });
this.coordinateslist+=JSON.parse(null); // this.coordinateslist+=JSON.parse(null);
this.coordinateslist = null;
this.reset(); this.reset();
this.open = true; this.open = true;
this.title = "添加管道信息"; this.title = "添加管道信息";
......
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