master
fanluyan 2 years ago
parent 20920a0d1d
commit 55c0f98d49

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

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

Loading…
Cancel
Save