瀏覽代碼

Merge branch 'dev/v4.9.98_wmh' of qmx/jy into feature/v4.9.98

wenmenghao 5 月之前
父節點
當前提交
2f6c958028
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/web/templates/pc/invoice.html

+ 1 - 1
src/web/templates/pc/invoice.html

@@ -365,7 +365,7 @@
                 code: this.ruleForm.order_code
               }
               this.ajaxComponent(url, params).then((res) => {
-                if(res.data.showData) {
+                if(res.data && res.data.showData) {
                   this.echoFun(res.data.showData)
                 }
               })