Commit b282019a by LJM

商检图片必填问题

parent 6b8197c5
Showing with 1 additions and 1 deletions
......@@ -347,7 +347,7 @@ export default {
* @param {Object} index
*/
deletePic(index) {
this.form.check_in_pic.splice(index, 1);
this.image_list.splice(index, 1);
},
/**
* 选择图片
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment