Jelajahi Sumber

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

wenmenghao 5 bulan lalu
induk
melakukan
2f6c958028
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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)
                 }
               })