Commit d8fd10d0 authored by renjintao's avatar renjintao

set

parent 68c6415d
......@@ -81,9 +81,13 @@ export default {
time: [
{
required: true,
type: "date",
message: "请选择时间",
trigger: "change"
type: "array",
message: "请选择工时时间段",
trigger: "blur",
fields: {
0: { type: "date", required: true, message: "请选择工时时间段" },
1: { type: "date", required: true, message: "请选择工时时间段" }
}
}
],
userIds: [
......@@ -168,7 +172,8 @@ export default {
this.listClass.push(obj);
this.formItem.shopId = this.listClass[0].value;
this.formItem.shopName = this.listClass[0].label;
}
},
},
watch: {
"formItem.radio"(v) {
......
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