解决采购录入失败的bug
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$.get("../../pages/template/base.html?999", function(tem) {
|
||||
$.get("../../pages/template/base.html?789", function(tem) {
|
||||
if(tem) {
|
||||
var template = Handlebars.compile(tem);
|
||||
/**
|
||||
|
||||
@@ -2835,9 +2835,6 @@
|
||||
success: function(res) {
|
||||
if(res && res.code === 200) {
|
||||
$('#depotDlg').dialog('close');
|
||||
//加载完以后重新初始化
|
||||
var opts = $("#tableData").datagrid('options');
|
||||
showDepotDetails(opts.pageNumber, opts.pageSize);
|
||||
}
|
||||
},
|
||||
//此处添加错误处理
|
||||
|
||||
Reference in New Issue
Block a user