解决采购录入失败的bug

This commit is contained in:
季圣华
2019-09-01 10:58:58 +08:00
parent d106312334
commit 7b097687e5
3 changed files with 3 additions and 6 deletions

View File

@@ -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);
/**