Browse Source

Merge remote-tracking branch 'origin/master'

zhanglei
fanzongzhe 10 months ago
parent
commit
7fcb6b2e8d
  1. 2
      yxt-as-ui/src/api/Common/dictcommons.js
  2. 2
      yxt-as-ui/src/views/operation/repairbill/repairbillAdd.vue

2
yxt-as-ui/src/api/Common/dictcommons.js

@ -141,7 +141,7 @@ export function getGroupList(data) {
export function getListByUseOrgSid(data) { export function getListByUseOrgSid(data) {
return request({ return request({
url: '/as/v1/asserviceclaimanu/getListByUseOrgSid', url: '/as/v1/asserviceclaimanu/getListByUseOrgSid',
method: 'post', method: 'get',
params: data params: data
}) })
} }

2
yxt-as-ui/src/views/operation/repairbill/repairbillAdd.vue

@ -906,7 +906,7 @@ export default {
day: nowDate.getDate() day: nowDate.getDate()
} }
this.formobj.createDate = date.year + '-' + (date.month >= 10 ? date.month : '0' + date.month) + '-' + (date.day >= 10 ? date.day : '0' + date.day) this.formobj.createDate = date.year + '-' + (date.month >= 10 ? date.month : '0' + date.month) + '-' + (date.day >= 10 ? date.day : '0' + date.day)
this.formobj.isGoOut = 0 this.formobj.isGoOut = '0'
this.formobj.nodeCode = '1' this.formobj.nodeCode = '1'
this.formobj.nodeName = '登记' this.formobj.nodeName = '登记'
}, },

Loading…
Cancel
Save