Update form.html

This commit is contained in:
Anyon 2020-09-09 16:35:20 +08:00
parent 087ac11fbe
commit 7f305617e6

View File

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