Commit 364b6029 by LJM

add

parent 56e7358b
......@@ -259,9 +259,6 @@
}
}
},
created() {
this.getOrigin();
},
methods: {
/**
* 点击遮罩层触发
......@@ -641,6 +638,8 @@
if (res.err_code === 0) {
this.tallyData = res.data;
if (res.data.detail.length > 0) {
this.getOrigin(); //获取产地
// 使用 map 方法生成表单数组
this.form = res.data.detail.map((item) => ({
tally_status: item.tally_status, //理货状态
......
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 sign in to comment