Commit 1cdfcce6 authored by TZW's avatar TZW

bug

parent d858b970
......@@ -2,7 +2,7 @@
* @Author: Li Hanlin
* @Date: 2022-12-05 11:13:26
* @Last Modified by: Li Hanlin
* @Last Modified time: 2023-02-01 18:52:29
* @Last Modified time: 2023-02-02 13:42:49
*/
import React, { useState, useEffect } from 'react';
......@@ -89,7 +89,7 @@ const App = ({ type, id, actionRef, url, setdrawer }) => {
//console.log(vals);
let params = {};
if (vals.repairAssistList) {
vals.repairAssistList = vals?.repairAssistList.map((it) => ({
params.repairAssistList = vals?.repairAssistList.map((it) => ({
assistUserId: it,
}));
}
......
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