修复大量问题
This commit is contained in:
+1
-1
@@ -196,7 +196,7 @@ let data1 = {
|
||||
],
|
||||
},
|
||||
tasks: [{ serviceid: 0, text: ['abc', 'efg'] },
|
||||
{ serviceid: 2,text: ['abc', 'efg'] } //tasks不分组的时候传单对象[{text: ['abc', 'efg']}],分组的时候传分组的serviceid
|
||||
{ serviceid: 2,text: ['abc', 'efg'] } //tasks不分组的时候传单对象[{text: ['abc', 'efg']}],分组的时候传分组的服务id[{ serviceid: 0, text: ['abc', 'efg'] },...]
|
||||
],// 工作内容
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user