mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-26 03:16:36 +08:00
Update form.html
This commit is contained in:
parent
087ac11fbe
commit
7f305617e6
@ -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 = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user