Commit 2472b66a authored by pengyunqian's avatar pengyunqian

update:更新列表请求

parent e8631179
...@@ -328,7 +328,6 @@ export default { ...@@ -328,7 +328,6 @@ export default {
// 添加的取消 // 添加的取消
addCancel(){ addCancel(){
this.dialogFormAdd = false this.dialogFormAdd = false
this.getList()
this.resetDate() this.resetDate()
}, },
// 分配配送员 // 分配配送员
...@@ -384,7 +383,6 @@ export default { ...@@ -384,7 +383,6 @@ export default {
}, },
// 分配取消 // 分配取消
assignCancel(){ assignCancel(){
this.getList()
this.dialogFormAssign = false this.dialogFormAssign = false
this.getDelivererList() this.getDelivererList()
this.resetDate() this.resetDate()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment