From 7f305617e686689522c2ccc9cb06c8b2436eecb8 Mon Sep 17 00:00:00 2001 From: Anyon Date: Wed, 9 Sep 2020 16:35:20 +0800 Subject: [PATCH] Update form.html --- app/data/view/shop_goods/form.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 = [];