|
@@ -345,9 +345,10 @@ export default {
|
|
|
if(this.account == '' || !this.account){
|
|
|
this.$message.error('请选择账套号!')
|
|
|
}else{
|
|
|
- var parameter = this.dingDan
|
|
|
+ // var parameter = this.dingDan,
|
|
|
+ // account=this.account
|
|
|
this.loading = true
|
|
|
- oneSyncy({parameter,account:this.account}).then(res => {
|
|
|
+ oneSyncy({parameter:this.dingDan,account:this.account}).then(res => {
|
|
|
if (res.success) {
|
|
|
this.loading =false
|
|
|
this.queryParam.orderNumber = this.dingDan
|