diff --git a/app/data/view/shop_goods/form.html b/app/data/view/shop_goods/form.html
index 897a98340..d9d7b21b5 100644
--- a/app/data/view/shop_goods/form.html
+++ b/app/data/view/shop_goods/form.html
@@ -179,7 +179,6 @@
});
});
};
- // 返回商品列表
$rootScope.pageBack = function () {
$.msg.confirm('确定要取消编辑吗?', function (index) {
history.back(), $.msg.close(index);
@@ -229,7 +228,7 @@
});
table = temp;
});
- // 表格合并
+ // 表格数据
data = angular.fromJson(angular.toJson(table));
data.forEach(function (rows) {
var keys = [];