|
|
|
@ -184,8 +184,6 @@ async function getColumns() {
|
|
|
|
|
const useList = res.data
|
|
|
|
|
const userFieldFixed = useList.userFieldFixed?.split(',')
|
|
|
|
|
const userFieldUnFixed = useList.userFieldUnFixed?.split(',')
|
|
|
|
|
console.log(userFieldFixed, userFieldUnFixed, 'userFieldUnFixed')
|
|
|
|
|
console.log(allList, 'allList')
|
|
|
|
|
allList?.map((v) => {
|
|
|
|
|
if (!userFieldFixed?.length && !userFieldUnFixed?.length) {
|
|
|
|
|
if (v.isrequired == 2) {
|
|
|
|
|