|
@@ -865,6 +865,7 @@
|
|
|
let sendMsg = this.ruleIdList.map((item, index) => {
|
|
let sendMsg = this.ruleIdList.map((item, index) => {
|
|
|
return {
|
|
return {
|
|
|
...this.addForm,
|
|
...this.addForm,
|
|
|
|
|
+ autoOrder: this.dialogTitle === '派单' ? 1 : this.addForm.autoOrder,
|
|
|
ruleId: item.ruleId,
|
|
ruleId: item.ruleId,
|
|
|
categoryId: item.categoryId,
|
|
categoryId: item.categoryId,
|
|
|
planDeviceList: planDeviceList[index],
|
|
planDeviceList: planDeviceList[index],
|