Commit e063137c authored by renjintao's avatar renjintao

工单下拉选择查询条件状态

parent d314e858
......@@ -84,6 +84,10 @@ export default {
this.$router.push("/produce/orderlist");
},
searchOrder(value) {
if(value==''||value==null||value==undefined)
{
value=-9
}
this.$refs.orderlist.loadTree(value);
},
changeTitle(number, type) {
......
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