|
|
@@ -1171,11 +1171,6 @@ export default {
|
|
|
|
|
|
// ========== 优先分配相关 ==========
|
|
|
priorityUserList: JSON.stringify(this.form.priorityUserListParam || []),
|
|
|
-
|
|
|
- // 保持与其他字段的兼容性,如果后端还期望这些字段
|
|
|
- userListParam: this.form.userListParam || [],
|
|
|
- departmentListParam: this.form.departmentListParam || [],
|
|
|
- priorityUserListParam: this.form.priorityUserListParam || []
|
|
|
}
|
|
|
|
|
|
console.log('提交的数据:', submitData)
|