@@ -817,6 +817,7 @@ export default {
},
handleSave() {
console.log(this.dataList);
+ console.log(555);
if (!this.dataList.length) {
return
}
@@ -1392,6 +1392,7 @@ export default {
});
} else {
addData(params).then((res) => {
+ console.log(5585);
this.$successMsg("添加成功");
this.goBack();
this.$parent.getList();