|
@@ -540,7 +540,6 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
formatReqData(list) {
|
|
|
- // debugger;
|
|
|
let ques = JSON.parse(JSON.stringify(list));
|
|
|
if (ques[ques.length - 1].ele.length <= 0) {
|
|
|
ques.pop();
|
|
@@ -557,7 +556,7 @@ export default {
|
|
|
id: i.id,
|
|
|
page: i2.page,
|
|
|
qno: i.order + "",
|
|
|
- sqno: i2.sqno,
|
|
|
+ sqno: 1,
|
|
|
imgtype: i2.imgType,
|
|
|
points: [i2.point],
|
|
|
imgs: [],
|
|
@@ -645,7 +644,7 @@ export default {
|
|
|
that.pressShiftFlag = false;
|
|
|
that.curBoxIndex = that.curBoxIndex;
|
|
|
that.myCropper.clear();
|
|
|
- } else if (event.keyCode == 17) {
|
|
|
+ } else if (event.keyCode == 17 || event.keyCode == 91) {
|
|
|
that.pressCtrlFlag = false;
|
|
|
that.copperType = "noctrl";
|
|
|
}
|