master
fanluyan 2 years ago
parent 20920a0d1d
commit 55c0f98d49

@ -202,8 +202,12 @@ export default {
console.log("this.bigPicPath"); console.log("this.bigPicPath");
this.localPoints = this.terminalPhoto[0].list; this.localPoints = this.terminalPhoto[0].list;
console.log("111111111111111111111");
console.log(this.localPoints); console.log(this.localPoints);
if (this.localPoints !== "") { if (this.localPoints == undefined) {
console.log("无数据");
return;
} else if (this.localPoints) {
this.drawline(); this.drawline();
} }
}, },

@ -134,6 +134,7 @@ export default {
submitForm() { submitForm() {
this.isShow = false; this.isShow = false;
this.saveCanvas(); this.saveCanvas();
this.$parent.terminalList(); //
}, },
display(val) { display(val) {
this.isShow = true; this.isShow = true;

Loading…
Cancel
Save