Commit 50ea076e authored by youjie's avatar youjie

no message

parent 7fa0d8a0
......@@ -312,6 +312,7 @@
},
//获取数据
getList() {
if(this.msg.Type){
let msg = JSON.parse(JSON.stringify(this.msg))
if (msg.OrderId == '') {
msg.OrderId = 0
......@@ -333,6 +334,7 @@
},
null
);
}
},
exportExcel() { //导出
let msg = JSON.parse(JSON.stringify(this.msg))
......
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