Commit 31f8c875 by yucheng.jiang

bug修正

parent 03e7e3a3
......@@ -620,7 +620,7 @@ export default {
getRoutesByProduct(val) {
// 选择产品查询工艺路径
let id = 0;
id = val.value?val.value:0;
id = val&&val.value?val.value:0;
var params = {
productId: id,
page: 1,
......
......@@ -256,7 +256,6 @@
</label>
<DatePicker
class="searchInput"
:disabled="type == 2 ? true : false"
v-model="addobj.deliverydate"
type="date"
></DatePicker>
......
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