Commit 50ea076e authored by youjie's avatar youjie

no message

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