浏览代码

Merge branch 'dev'

prodstable
Guillaume 4 年前
父节点
当前提交
d4654e0689
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      backend/web/js/vuejs/distribution-index.js

+ 3
- 0
backend/web/js/vuejs/distribution-index.js 查看文件

@@ -599,6 +599,9 @@ Vue.component('order-form',{
var app = this ;
if(this.checkForm()) {
var processCredit = event.currentTarget.getAttribute('data-process-credit') ;
if(processCredit == null) {
processCredit = 0 ;
}

var data = new FormData();
data.append('date', this.date.getFullYear() + '-'

正在加载...
取消
保存