|
@@ -310,8 +310,8 @@ export default {
|
|
|
//单条同步
|
|
|
synchronizationOne(){
|
|
|
this.$nextTick(() => {
|
|
|
- var param = encodeURI(encodeURI(this.dingDan))
|
|
|
- oneSyncy({parameter:param}).then(res => {
|
|
|
+ var parameter = this.dingDan
|
|
|
+ oneSyncy({parameter}).then(res => {
|
|
|
if (res.success) {
|
|
|
this.getOrderList();
|
|
|
this.$message.success(res.message)
|