Commit 79f55c58 authored by lihui's avatar lihui

feat: 配送员修改下拉框信息

parent 99cbf52c
......@@ -406,7 +406,7 @@ export default {
async handleModify(row) {
this.dialogFormAssign = true;
const { code } = row;
this.selectActivity = code;
this.selectActivity = row.activeName;
try {
const res = await getDelivererList({ code });
this.deliverer = res.response;
......
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