|
@@ -411,6 +411,7 @@ export default {
|
|
this.curQue.option[rowIndex].imgarr[colIndex] = data;
|
|
this.curQue.option[rowIndex].imgarr[colIndex] = data;
|
|
this.ifFreeShow = false;
|
|
this.ifFreeShow = false;
|
|
this.freeWrite(data, rowIndex, colIndex);
|
|
this.freeWrite(data, rowIndex, colIndex);
|
|
|
|
+ this.ifFreeShow = false;
|
|
this.$forceUpdate();
|
|
this.$forceUpdate();
|
|
},
|
|
},
|
|
freeWrite(imgUrl, index, indexs) {
|
|
freeWrite(imgUrl, index, indexs) {
|