@@ -314,7 +314,12 @@ export default {
remove(index) {
this.form.unpackList.splice(index, 1);
- this.changeNum(index)
+ if(this.form.unpackList.length == 0) {
+ this.formingNum = this.formData.formingNum
+ } else {
+ this.changeNum(index)
+ }
+
},